C# Class Raven.Server.RavenService

Inheritance: System.ServiceProcess.ServiceBase
显示文件 Open project: robashton/ravendb

Public Methods

Method Description
RavenService ( ) : System

Protected Methods

Method Description
OnCustomCommand ( int command ) : void
OnShutdown ( ) : void
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
AcceptPreShutdown ( ) : void

Method Details

OnCustomCommand() protected method

protected OnCustomCommand ( int command ) : void
command int
return void

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

RavenService() public method

public RavenService ( ) : System
return System