C# Class SqlToGraphite.StatsdClient

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

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

StatsdClient() public méthode

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

StatsdClient() public méthode

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