C# 클래스 SqlToGraphite.StatsdClient

상속: SqlToGraphiteInterfaces.Client
파일 보기 프로젝트 열기: perryofpeek/SqlToGraphite-core

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Send ( IList result ) : void
Send ( IResult result ) : void
StatsdClient ( ) : System.Collections.Generic
StatsdClient ( string hostname, int port ) : System.Collections.Generic

메소드 상세

Send() 공개 메소드

public Send ( IList result ) : void
result IList
리턴 void

Send() 공개 메소드

public Send ( IResult result ) : void
result IResult
리턴 void

StatsdClient() 공개 메소드

public StatsdClient ( ) : System.Collections.Generic
리턴 System.Collections.Generic

StatsdClient() 공개 메소드

public StatsdClient ( string hostname, int port ) : System.Collections.Generic
hostname string
port int
리턴 System.Collections.Generic