C# 클래스 Aqueduct.Diagnostics.BaseStatisticsStore

상속: IStatisticsStore
파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
Clear ( ) : void
GetStatistics ( ) : long>.IDictionary
Increment ( string name ) : void
Increment ( string name, long value ) : void
IsActive ( ) : bool
SetValueIfHigher ( string name, long value ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetStatistics() 공개 메소드

public GetStatistics ( ) : long>.IDictionary
리턴 long>.IDictionary

Increment() 공개 메소드

public Increment ( string name ) : void
name string
리턴 void

Increment() 공개 메소드

public Increment ( string name, long value ) : void
name string
value long
리턴 void

IsActive() 공개 추상적인 메소드

public abstract IsActive ( ) : bool
리턴 bool

SetValueIfHigher() 공개 메소드

public SetValueIfHigher ( string name, long value ) : void
name string
value long
리턴 void