C# Class Graphite.GraphiteTcpClient

Inheritance: IGraphiteClient, IDisposable
Afficher le fichier Open project: ragnard/Graphite.NET Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GraphiteTcpClient() public méthode

public GraphiteTcpClient ( string hostname, int port = 2003, string keyPrefix = null ) : System
hostname string
port int
keyPrefix string
Résultat System

Send() public méthode

public Send ( string path, int value, System.DateTime timeStamp ) : void
path string
value int
timeStamp System.DateTime
Résultat void