C# Class Graphite.GraphiteTcpClient

Inheritance: IGraphiteClient, IDisposable
Datei anzeigen Open project: ragnard/Graphite.NET Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GraphiteTcpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System
Send ( string path, int value, System.DateTime timeStamp ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GraphiteTcpClient() public method

public GraphiteTcpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System
hostname string
port int
keyPrefix string
return System

Send() public method

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