C# 클래스 SqlToGraphite.GraphiteTcpClient

상속: IStatsClient
파일 보기 프로젝트 열기: perryofpeek/SqlToGraphite-core 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

GraphiteTcpClient() 공개 메소드

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

GraphiteTcpClient() 공개 메소드

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

Send() 공개 메소드

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

Send() 공개 메소드

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