C# Class Abc.Zebus.TinyHost.Wrapper.ServiceHostWrapper

Inheritance: System.ServiceProcess.ServiceBase, IHostWrapper
Datei anzeigen Open project: Abc-Arbitrage/Zebus.TinyHost

Public Methods

Method Description
ServiceHostWrapper ( ) : System.ServiceProcess
Start ( ) : void

Protected Methods

Method Description
OnShutdown ( ) : void
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

OnShutdown() protected method

protected OnShutdown ( ) : void
return void

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

ServiceHostWrapper() public method

public ServiceHostWrapper ( ) : System.ServiceProcess
return System.ServiceProcess

Start() public method

public Start ( ) : void
return void