C# Class OpenHardwareMonitor.CLI.OHMService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: ypid-bot/check_mk

Méthodes publiques

Méthode Description
OHMService ( ) : System

Méthodes protégées

Méthode Description
OnContinue ( ) : void
OnPause ( ) : void
OnStart ( string args ) : void

Method Details

OHMService() public méthode

public OHMService ( ) : System
Résultat System

OnContinue() protected méthode

protected OnContinue ( ) : void
Résultat void

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void