C# Class FanSc.FanService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
FanService ( string args ) : System

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Méthode Description
KillProcessAndChildren ( int pid ) : void

Method Details

FanService() public méthode

public FanService ( string args ) : System
args string
Résultat System

OnStart() protected méthode

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

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void