Click or drag to resize

PerfmonInstanceCounter Constructor

The constructor for an instance of a PerfmonObjectCounter

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PerfmonInstanceCounter(
	PerfmonObjectCounter poc,
	string instanceName
)

Parameters

poc
Type: NetQuarry.DiagnosticsPerfmonObjectCounter
The PerfmonObjectCounter object from which this instance is generated
instanceName
Type: SystemString
The instance name of the object this counter is monitoring. The instance name typically is the name of the object being monitored. e.g Mapper Key, Page MOP
See Also