C# Class SqlToGraphite.GraphiteUdpClient

Inheritance: SqlToGraphiteInterfaces.Client
Afficher le fichier Open project: perryofpeek/SqlToGraphite-core

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

GraphiteUdpClient() public méthode

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

GraphiteUdpClient() public méthode

public GraphiteUdpClient ( 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