C# 클래스 StatsdClient.MetricTypes.Counting

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

공개 메소드들

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

메소드 상세

Aggregate() 공개 메소드

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

Counting() 공개 메소드

public Counting ( ) : System
리턴 System

Counting() 공개 메소드

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