프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateCategory | System.Diagnostics.PerformanceCounterCategory | ||
GetCounter | |||
Initialize | void |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
CreateCategory ( ) : System.Diagnostics.PerformanceCounterCategory | ||
GetCounter ( string counterName ) : |
||
Initialize ( ) : void |
public static Decrement ( string counterName ) : void | ||
counterName | string | |
리턴 | void |
public static Increment ( string counterName ) : void | ||
counterName | string | |
리턴 | void |
public static IncrementBy ( string counterName, long value ) : void | ||
counterName | string | |
value | long | |
리턴 | void |
public static SetRawValue ( string counterName, long value ) : void | ||
counterName | string | |
value | long | |
리턴 | void |