C# Class F1Publisher.Metrics

Afficher le fichier Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( Types type ) : System.UInt64
OnFailedTopicSourceUpdate ( string topicPath ) : void
OnSuccessfulTopicSourceUpdate ( string topicPath ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
OnMetricUpdated ( MetricEventArgs e ) : void

Private Methods

Méthode Description
Increment ( Metrics type ) : void
Update ( System.UInt64 oldValues, System.UInt64 newValues ) : void

Method Details

GetValue() public méthode

public GetValue ( Types type ) : System.UInt64
type Types
Résultat System.UInt64

OnFailedTopicSourceUpdate() public méthode

public OnFailedTopicSourceUpdate ( string topicPath ) : void
topicPath string
Résultat void

OnMetricUpdated() protected méthode

protected OnMetricUpdated ( MetricEventArgs e ) : void
e MetricEventArgs
Résultat void

OnSuccessfulTopicSourceUpdate() public méthode

public OnSuccessfulTopicSourceUpdate ( string topicPath ) : void
topicPath string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void