C# 클래스 StatsdClient.MetricTypes.Metric

파일 보기 프로젝트 열기: Kyle2123/statsd-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
Aggregate ( Metric otherMetric ) : void
Metric ( string name, string unitType, double sampleRate = 1 ) : System

메소드 상세

Aggregate() 공개 메소드

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

Metric() 공개 메소드

public Metric ( string name, string unitType, double sampleRate = 1 ) : System
name string
unitType string
sampleRate double
리턴 System