C# Class RavenFS.Server.HostingService

Inheritance: System.ServiceProcess.ServiceBase
Exibir arquivo Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
DoStop ( ) : void
HostingService ( ) : System
Start ( ) : void

Protected Methods

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

Method Details

DoStop() public method

public DoStop ( ) : void
return void

HostingService() public method

public HostingService ( ) : System
return System

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

Start() public method

public Start ( ) : void
return void