C# Class DistALServer.AppLogServer

Show file Open project: majimenezp/DistAppLog Class Usage Examples

Public Methods

Method Description
AppLogServer ( ) : System
InicioWebserver ( object parametro ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
AppLogServer ( Configuration config ) : System
MessageReceiver_PollInHandler ( Socket socket, IOMultiPlex revents ) : void
StartReceiver ( object parameters ) : void
StartSubscriber ( ) : void

Method Details

AppLogServer() public method

public AppLogServer ( ) : System
return System

InicioWebserver() public static method

public static InicioWebserver ( object parametro ) : void
parametro object
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void