C# Class BloombergFLP.CollectdWin.ReadStatsdPlugin

Inheritance: ICollectdReadPlugin
Show file Open project: Netuitive/collectdwin

Public Methods

Method Description
Configure ( ) : void
HandleMessage ( string message ) : void
Read ( ) : IList
ReadStatsdPlugin ( ) : System
Start ( ) : void
Stop ( ) : void

Method Details

Configure() public method

public Configure ( ) : void
return void

HandleMessage() public method

public HandleMessage ( string message ) : void
message string
return void

Read() public method

public Read ( ) : IList
return IList

ReadStatsdPlugin() public method

public ReadStatsdPlugin ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void