C# Class StatsdClient.MetricTypes.Gauge

Inheritance: Metric, IAllowsDouble, IAllowsAggregate
ファイルを表示 Open project: Kyle2123/statsd-csharp-client Class Usage Examples

Public Methods

Method Description
Aggregate ( Metric otherMetric ) : void
Gauge ( ) : System
Gauge ( string name ) : System

Method Details

Aggregate() public method

public Aggregate ( Metric otherMetric ) : void
otherMetric Metric
return void

Gauge() public method

public Gauge ( ) : System
return System

Gauge() public method

public Gauge ( string name ) : System
name string
return System