C# Class SqlToGraphite.GraphiteTcpClient

Inheritance: IStatsClient
Afficher le fichier Open project: perryofpeek/SqlToGraphite-core Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GraphiteTcpClient ( ) : System.Collections.Generic
GraphiteTcpClient ( string hostname, int port ) : System.Collections.Generic
Send ( IList result ) : void
Send ( IResult result ) : void

Method Details

GraphiteTcpClient() public méthode

public GraphiteTcpClient ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GraphiteTcpClient() public méthode

public GraphiteTcpClient ( string hostname, int port ) : System.Collections.Generic
hostname string
port int
Résultat System.Collections.Generic

Send() public méthode

public Send ( IList result ) : void
result IList
Résultat void

Send() public méthode

public Send ( IResult result ) : void
result IResult
Résultat void