PerfmonInstanceCountersCreate Method |
Creates all instances of a performance counter for a given object
Namespace:
NetQuarry.Diagnostics
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Create(
IAppContext cxt,
string objectType,
string instanceName
)
Public Sub Create (
cxt As IAppContext,
objectType As String,
instanceName As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The current IAppContext context object. - objectType
- Type: SystemString
The object type for which performance counter instance need to be created - instanceName
- Type: SystemString
The instance name this instance counter will write to. Typically the name of the object being monitored. E.g. Mapper Key, Page MOP
See Also