C# Class Rackspace.Cloud.Server.Agent.Service.AgentService

Inheritance: System.ServiceProcess.ServiceBase
ファイルを表示 Open project: rackerlabs/openstack-guest-agents-windows-xenserver

Public Methods

Method Description
AgentService ( ) : System.ServiceProcess

Protected Methods

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

Method Details

AgentService() public method

public AgentService ( ) : System.ServiceProcess
return System.ServiceProcess

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void