C# 클래스 Aqueduct.Diagnostics.Statistics

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetStatistics ( ) : IList
IncrementValue ( string name ) : void
IncrementValue ( string name, long value ) : void
Initialize ( ) : void
Initialize ( IEnumerable stores ) : void

메소드 상세

GetStatistics() 공개 정적인 메소드

public static GetStatistics ( ) : IList
리턴 IList

IncrementValue() 공개 정적인 메소드

public static IncrementValue ( string name ) : void
name string
리턴 void

IncrementValue() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( IEnumerable stores ) : void
stores IEnumerable
리턴 void