C# 클래스 StatsdClient.MetricTypes.Gauge

상속: Metric, IAllowsDouble, IAllowsAggregate
파일 보기 프로젝트 열기: Kyle2123/statsd-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
Aggregate ( Metric otherMetric ) : void
Gauge ( ) : System
Gauge ( string name ) : System

메소드 상세

Aggregate() 공개 메소드

public Aggregate ( Metric otherMetric ) : void
otherMetric Metric
리턴 void

Gauge() 공개 메소드

public Gauge ( ) : System
리턴 System

Gauge() 공개 메소드

public Gauge ( string name ) : System
name string
리턴 System