C# Class ConsulService.ConsulService

Inheritance: System.ServiceProcess.ServiceBase
显示文件 Open project: cloudfoundry/diego-windows-release

Public Methods

Method Description
ConsulService ( ) : System

Protected Methods

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

Private Methods

Method Description
WriteConfigFile ( ) : void
process_Exited ( object sender, EventArgs e ) : void

Method Details

ConsulService() public method

public ConsulService ( ) : System
return System

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void