C# 클래스 Hyena.Metrics.Metric

상속: IDisposable
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
PushSample ( object sampleValue ) : void
TakeSample ( ) : void

비공개 메소드들

메소드 설명
Metric ( string name, ISampleStore store ) : System
Metric ( string name, ISampleStore store, Func sampleFunc ) : System
Metric ( string name, ISampleStore store, object value ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PushSample() 공개 메소드

public PushSample ( object sampleValue ) : void
sampleValue object
리턴 void

TakeSample() 공개 메소드

public TakeSample ( ) : void
리턴 void