C# Class BloombergFLP.CollectdWin.ReadStatsdPlugin

Inheritance: ICollectdReadPlugin
Afficher le fichier Open project: Netuitive/collectdwin

Méthodes publiques

Méthode Description
Configure ( ) : void
HandleMessage ( string message ) : void
Read ( ) : IList
ReadStatsdPlugin ( ) : System
Start ( ) : void
Stop ( ) : void

Method Details

Configure() public méthode

public Configure ( ) : void
Résultat void

HandleMessage() public méthode

public HandleMessage ( string message ) : void
message string
Résultat void

Read() public méthode

public Read ( ) : IList
Résultat IList

ReadStatsdPlugin() public méthode

public ReadStatsdPlugin ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void