C# Class BloombergFLP.CollectdWin.StatsdListener

Show file Open project: Netuitive/collectdwin Class Usage Examples

Public Methods

Method Description
Start ( ) : void
StatsdListener ( int port, HandleMessage handleMessage ) : System
Stop ( ) : void

Private Methods

Method Description
BindSocket ( ) : void
CloseSocket ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

StatsdListener() public method

public StatsdListener ( int port, HandleMessage handleMessage ) : System
port int
handleMessage HandleMessage
return System

Stop() public method

public Stop ( ) : void
return void