Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GraphiteUdpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System | ||
Send ( string path, int value, System.DateTime timeStamp ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public GraphiteUdpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System | ||
hostname | string | |
port | int | |
keyPrefix | string | |
return | System |
public Send ( string path, int value, System.DateTime timeStamp ) : void | ||
path | string | |
value | int | |
timeStamp | System.DateTime | |
return | void |