C# 클래스 Graphite.GraphiteUdpClient

상속: IGraphiteClient, IDisposable
파일 보기 프로젝트 열기: ragnard/Graphite.NET 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GraphiteUdpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System
Send ( string path, int value, System.DateTime timeStamp ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GraphiteUdpClient() 공개 메소드

public GraphiteUdpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System
hostname string
port int
keyPrefix string
리턴 System

Send() 공개 메소드

public Send ( string path, int value, System.DateTime timeStamp ) : void
path string
value int
timeStamp System.DateTime
리턴 void