C# Class F1Publisher.TopicSources.MetricsTopicSource

Inheritance: TopicSource
Afficher le fichier Open project: pushtechnology/blog-steering-wheel

Méthodes publiques

Méthode Description
MetricsTopicSource ( Metrics metrics, Metrics metricType ) : PushTechnology.ClientInterface.Client.Content

Méthodes protégées

Méthode Description
CreateInitialContent ( ) : IContent
OnActivated ( ) : void
OnDeactivated ( ) : void

Private Methods

Méthode Description
metrics_MetricUpdated ( object sender, MetricEventArgs e ) : void

Method Details

CreateInitialContent() protected méthode

protected CreateInitialContent ( ) : IContent
Résultat IContent

MetricsTopicSource() public méthode

public MetricsTopicSource ( Metrics metrics, Metrics metricType ) : PushTechnology.ClientInterface.Client.Content
metrics Metrics
metricType Metrics
Résultat PushTechnology.ClientInterface.Client.Content

OnActivated() protected méthode

protected OnActivated ( ) : void
Résultat void

OnDeactivated() protected méthode

protected OnDeactivated ( ) : void
Résultat void