C# Class OpenHardwareMonitor.CLI.OHMService

Inheritance: System.ServiceProcess.ServiceBase
Datei anzeigen Open project: ypid-bot/check_mk

Public Methods

Method Description
OHMService ( ) : System

Protected Methods

Method Description
OnContinue ( ) : void
OnPause ( ) : void
OnStart ( string args ) : void

Method Details

OHMService() public method

public OHMService ( ) : System
return System

OnContinue() protected method

protected OnContinue ( ) : void
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnStart() protected method

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