C# Class StatsdClient.MetricTypes.Gauge

Inheritance: Metric, IAllowsDouble, IAllowsAggregate
Afficher le fichier Open project: Kyle2123/statsd-csharp-client Class Usage Examples

Méthodes publiques

Méthode Description
Aggregate ( Metric otherMetric ) : void
Gauge ( ) : System
Gauge ( string name ) : System

Method Details

Aggregate() public méthode

public Aggregate ( Metric otherMetric ) : void
otherMetric Metric
Résultat void

Gauge() public méthode

public Gauge ( ) : System
Résultat System

Gauge() public méthode

public Gauge ( string name ) : System
name string
Résultat System