C# Class RazorRockstars.WinService.WinService

Show file Open project: ServiceStackApps/RazorRockstars

Public Methods

Method Description
WinService ( AppHostHttpListenerBase appHost, string listeningOn ) : System.ServiceProcess

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

WinService() public method

public WinService ( AppHostHttpListenerBase appHost, string listeningOn ) : System.ServiceProcess
appHost AppHostHttpListenerBase
listeningOn string
return System.ServiceProcess