C# Class FOG.Service

Coordinate all system wide FOG modules
Inheritance: System.ServiceProcess.ServiceBase
Datei anzeigen Open project: FOGProject/fog-client

Public Methods

Method Description
Service ( ) : System.ServiceProcess

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

Service() public method

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