C# 클래스 Queue.Metric.MetricInstance

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

공개 메소드들

메소드 설명
Dispose ( ) : void
MetricInstance ( MetricSettings settings ) : Junte.Data.NHibernate
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CollectMetric ( ) : void
CollectQueuePlanMetric ( ISession session ) : void
CollectQueuePlanOperatorMetric ( ISession session ) : void
CollectQueuePlanServiceMetric ( ISession session ) : void
updateTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MetricInstance() 공개 메소드

public MetricInstance ( MetricSettings settings ) : Junte.Data.NHibernate
settings MetricSettings
리턴 Junte.Data.NHibernate

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void