C# 클래스 JustEat.StatsD.StatsDUdpClient

상속: IStatsDUdpClient
파일 보기 프로젝트 열기: justeat/JustEat.StatsD 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetUdpClient ( ) : UdpClient
Send ( string metric ) : bool
StatsDUdpClient ( int endpointCacheDuration, string hostNameOrAddress, int port ) : System
StatsDUdpClient ( string hostNameOrAddress, int port ) : System

보호된 메소드들

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

비공개 메소드들

메소드 설명
GetIPEndPoint ( ) : IPEndPoint
Send ( IEnumerable metrics ) : bool
StatsDUdpClient ( IDnsEndpointMapper endpointMapper, string hostNameOrAddress, int port ) : System

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool true if resources should be disposed, false if not.
리턴 void

GetUdpClient() 공개 메소드

public GetUdpClient ( ) : UdpClient
리턴 System.Net.Sockets.UdpClient

Send() 공개 메소드

public Send ( string metric ) : bool
metric string
리턴 bool

StatsDUdpClient() 공개 메소드

public StatsDUdpClient ( int endpointCacheDuration, string hostNameOrAddress, int port ) : System
endpointCacheDuration int
hostNameOrAddress string
port int
리턴 System

StatsDUdpClient() 공개 메소드

public StatsDUdpClient ( string hostNameOrAddress, int port ) : System
hostNameOrAddress string
port int
리턴 System