C# 클래스 SqlToGraphite.StatsdClient
파일 보기
프로젝트 열기: 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 |
|
|
메소드 상세
public Send ( IList result ) : void |
result |
IList |
|
리턴 |
void |
|
public Send ( IResult result ) : void |
result |
IResult |
|
리턴 |
void |
|
public StatsdClient ( ) : System.Collections.Generic |
리턴 |
System.Collections.Generic |
|
public StatsdClient ( string hostname, int port ) : System.Collections.Generic |
hostname |
string |
|
port |
int |
|
리턴 |
System.Collections.Generic |
|