C# Class F1Publisher.Metrics

Exibir arquivo Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnMetricUpdated ( MetricEventArgs e ) : void

Private Methods

Method Description
Increment ( Metrics type ) : void
Update ( System.UInt64 oldValues, System.UInt64 newValues ) : void

Method Details

GetValue() public method

public GetValue ( Types type ) : System.UInt64
type Types
return System.UInt64

OnFailedTopicSourceUpdate() public method

public OnFailedTopicSourceUpdate ( string topicPath ) : void
topicPath string
return void

OnMetricUpdated() protected method

protected OnMetricUpdated ( MetricEventArgs e ) : void
e MetricEventArgs
return void

OnSuccessfulTopicSourceUpdate() public method

public OnSuccessfulTopicSourceUpdate ( string topicPath ) : void
topicPath string
return void

Update() public method

public Update ( ) : void
return void