C# Class Dev2.ServerLifecycleManager.ServerLifecycleManagerService

Inheritance: System.ServiceProcess.ServiceBase
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ServerLifecycleManagerService ( ) : System

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

ServerLifecycleManagerService() public method

public ServerLifecycleManagerService ( ) : System
return System