CounterData Constructor (IAppContext, String, String, String, Double, PerfmonAttrs) |
Constructor for creating a new counter for a specific category.
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,
double duration,
PerfmonAttrs attrs
)
Public Sub New (
cxt As IAppContext,
counterCategory As String,
counterInstance As String,
counterName As String,
duration As Double,
attrs As PerfmonAttrs
)
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. - duration
- Type: SystemDouble
The duration, in milliseconds. - attrs
- Type: NetQuarry.DiagnosticsPerfmonAttrs
The PerfmonAttrs.
See Also