C# 클래스 F1Publisher.Metrics

파일 보기 프로젝트 열기: pushtechnology/blog-steering-wheel 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( Types type ) : System.UInt64
OnFailedTopicSourceUpdate ( string topicPath ) : void
OnSuccessfulTopicSourceUpdate ( string topicPath ) : void
Update ( ) : void

보호된 메소드들

메소드 설명
OnMetricUpdated ( MetricEventArgs e ) : void

비공개 메소드들

메소드 설명
Increment ( Metrics type ) : void
Update ( System.UInt64 oldValues, System.UInt64 newValues ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( Types type ) : System.UInt64
type Types
리턴 System.UInt64

OnFailedTopicSourceUpdate() 공개 메소드

public OnFailedTopicSourceUpdate ( string topicPath ) : void
topicPath string
리턴 void

OnMetricUpdated() 보호된 메소드

protected OnMetricUpdated ( MetricEventArgs e ) : void
e MetricEventArgs
리턴 void

OnSuccessfulTopicSourceUpdate() 공개 메소드

public OnSuccessfulTopicSourceUpdate ( string topicPath ) : void
topicPath string
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void