Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
monitoredObject
Type: SystemObject
The object being monitored.

Return Value

Type: Boolean
True if the object is being monitored, else false.
See Also