C# 클래스 SenseNet.ContentRepository.CounterManager

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateCategory System.Diagnostics.PerformanceCounterCategory
GetCounter SenseNetPerformanceCounter
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 ) : SenseNetPerformanceCounter
Initialize ( ) : void

메소드 상세

Decrement() 공개 정적인 메소드

public static Decrement ( string counterName ) : void
counterName string
리턴 void

Increment() 공개 정적인 메소드

public static Increment ( string counterName ) : void
counterName string
리턴 void

IncrementBy() 공개 정적인 메소드

public static IncrementBy ( string counterName, long value ) : void
counterName string
value long
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( string counterName ) : void
counterName string
리턴 void

SetRawValue() 공개 정적인 메소드

public static SetRawValue ( string counterName, long value ) : void
counterName string
value long
리턴 void

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void