C# Class OpenResKitHub.OrkHubService

Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: htw-bui/OrkHub

Public Methods

Method Description
OrkHubService ( ) : System.ServiceProcess
StartFromConsole ( string args ) : void

Protected Methods

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

Method Details

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

OrkHubService() public method

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

StartFromConsole() public method

public StartFromConsole ( string args ) : void
args string
return void