C# 클래스 F1Publisher.TopicSources.MetricsTopicSource

상속: TopicSource
파일 보기 프로젝트 열기: pushtechnology/blog-steering-wheel

공개 메소드들

메소드 설명
MetricsTopicSource ( Metrics metrics, Metrics metricType ) : PushTechnology.ClientInterface.Client.Content

보호된 메소드들

메소드 설명
CreateInitialContent ( ) : IContent
OnActivated ( ) : void
OnDeactivated ( ) : void

비공개 메소드들

메소드 설명
metrics_MetricUpdated ( object sender, MetricEventArgs e ) : void

메소드 상세

CreateInitialContent() 보호된 메소드

protected CreateInitialContent ( ) : IContent
리턴 IContent

MetricsTopicSource() 공개 메소드

public MetricsTopicSource ( Metrics metrics, Metrics metricType ) : PushTechnology.ClientInterface.Client.Content
metrics Metrics
metricType Metrics
리턴 PushTechnology.ClientInterface.Client.Content

OnActivated() 보호된 메소드

protected OnActivated ( ) : void
리턴 void

OnDeactivated() 보호된 메소드

protected OnDeactivated ( ) : void
리턴 void