C# Class StatsdClient.MetricTypes.Counting

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

Méthodes publiques

Méthode Description
Aggregate ( Metric otherMetric ) : void
Counting ( ) : System
Counting ( string name, double sampleRate = 1 ) : System

Method Details

Aggregate() public méthode

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

Counting() public méthode

public Counting ( ) : System
Résultat System

Counting() public méthode

public Counting ( string name, double sampleRate = 1 ) : System
name string
sampleRate double
Résultat System