C# 클래스 TestPerformance.ThreadPoolStatsd

파일 보기 프로젝트 열기: appfirst/statsd_clients 1 사용 예제들

공개 메소드들

메소드 설명
SendMessages ( Object threadContext ) : void
ThreadPoolStatsd ( ManualResetEvent doneEvent, string bucketPrefix, IStatsdClient statsd ) : System

메소드 상세

SendMessages() 공개 메소드

public SendMessages ( Object threadContext ) : void
threadContext Object
리턴 void

ThreadPoolStatsd() 공개 메소드

public ThreadPoolStatsd ( ManualResetEvent doneEvent, string bucketPrefix, IStatsdClient statsd ) : System
doneEvent System.Threading.ManualResetEvent
bucketPrefix string
statsd IStatsdClient
리턴 System