C# Class ExcelService.Service

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
InstallService ( ) : void
Service ( ) : System.Configuration.Install
UninstallService ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
IsServiceInstalled ( ) : bool

Method Details

InstallService() public static méthode

public static InstallService ( ) : void
Résultat void

OnStart() protected méthode

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

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

Service() public méthode

public Service ( ) : System.Configuration.Install
Résultat System.Configuration.Install

UninstallService() public static méthode

public static UninstallService ( ) : void
Résultat void