Click or drag to resize

CounterData Constructor (IAppContext, String, String, String, DiagnosticCounterType, Double, PerfmonAttrs)

Constructor for creating a new counter for a specific category and counter type.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public CounterData(
	IAppContext cxt,
	string counterCategory,
	string counterInstance,
	string counterName,
	DiagnosticCounterType counterType,
	double duration,
	PerfmonAttrs attrs
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
counterCategory
Type: SystemString
The counter category.
counterInstance
Type: SystemString
The counter instance.
counterName
Type: SystemString
The counter name.
counterType
Type: NetQuarry.DiagnosticsDiagnosticCounterType
The counter type.
duration
Type: SystemDouble
The duration, in milliseconds.
attrs
Type: NetQuarry.DiagnosticsPerfmonAttrs
The PerfmonAttrs.
See Also