Property | Type | Description | |
---|---|---|---|
CreateCategory | System.Diagnostics.PerformanceCounterCategory | ||
GetCounter | |||
Initialize | void |
Method | Description | |
---|---|---|
Decrement ( string counterName ) : void | ||
Increment ( string counterName ) : void | ||
IncrementBy ( string counterName, long value ) : void | ||
Reset ( string counterName ) : void | ||
SetRawValue ( string counterName, long value ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
CreateCategory ( ) : System.Diagnostics.PerformanceCounterCategory | ||
GetCounter ( string counterName ) : |
||
Initialize ( ) : void |
public static Decrement ( string counterName ) : void | ||
counterName | string | |
return | void |
public static Increment ( string counterName ) : void | ||
counterName | string | |
return | void |
public static IncrementBy ( string counterName, long value ) : void | ||
counterName | string | |
value | long | |
return | void |
public static Reset ( string counterName ) : void | ||
counterName | string | |
return | void |
public static SetRawValue ( string counterName, long value ) : void | ||
counterName | string | |
value | long | |
return | void |