C# 클래스 SqlToGraphite.GraphiteUdpClient

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

GraphiteUdpClient() 공개 메소드

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

GraphiteUdpClient() 공개 메소드

public GraphiteUdpClient ( 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