C# Class F1Publisher.TopicSources.MetricsTopicSource

Inheritance: TopicSource
Mostrar archivo Open project: pushtechnology/blog-steering-wheel

Public Methods

Method Description
MetricsTopicSource ( Metrics metrics, Metrics metricType ) : PushTechnology.ClientInterface.Client.Content

Protected Methods

Method Description
CreateInitialContent ( ) : IContent
OnActivated ( ) : void
OnDeactivated ( ) : void

Private Methods

Method Description
metrics_MetricUpdated ( object sender, MetricEventArgs e ) : void

Method Details

CreateInitialContent() protected method

protected CreateInitialContent ( ) : IContent
return IContent

MetricsTopicSource() public method

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

OnActivated() protected method

protected OnActivated ( ) : void
return void

OnDeactivated() protected method

protected OnDeactivated ( ) : void
return void