PerfmonInstanceCounterFactoryCreateInstance Method (IAppContext, Object) |
Creates instance counters for a mapper object
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static PerfmonInstanceCounters CreateInstance(
IAppContext appContext,
Object monitoredObject
)
Public Shared Function CreateInstance (
appContext As IAppContext,
monitoredObject As Object
) As PerfmonInstanceCounters
Parameters
- appContext
- Type: NetQuarryIAppContext
The current IAppContext context object. - monitoredObject
- Type: SystemObject
The object to be monitored (e.g. a IMapper).
Return Value
Type:
PerfmonInstanceCountersPerfmonInstanceCounters for the given object
See Also