PerfmonHelperIsMonitored Method |
Determines whether or not the specified object is being monitored.
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool IsMonitored(
IAppContext cxt,
Object monitoredObject
)
Public Shared Function IsMonitored (
cxt As IAppContext,
monitoredObject As Object
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - monitoredObject
- Type: SystemObject
The object being monitored.
Return Value
Type:
BooleanTrue if the object is being monitored, else false.
See Also