C# Class Queue.Hosts.Common.ServiceManager

Afficher le fichier Open project: breslavsky/queue Class Usage Examples

Méthodes publiques

Méthode Description
InstallService ( ) : void
ServiceInstalled ( ) : bool
ServiceManager ( string serviceName, string exePath ) : System.Configuration.Install
ServiceRunned ( ) : bool
StartService ( ) : void
StopService ( ) : void
UnistallService ( ) : void

Method Details

InstallService() public méthode

public InstallService ( ) : void
Résultat void

ServiceInstalled() public méthode

public ServiceInstalled ( ) : bool
Résultat bool

ServiceManager() public méthode

public ServiceManager ( string serviceName, string exePath ) : System.Configuration.Install
serviceName string
exePath string
Résultat System.Configuration.Install

ServiceRunned() public méthode

public ServiceRunned ( ) : bool
Résultat bool

StartService() public méthode

public StartService ( ) : void
Résultat void

StopService() public méthode

public StopService ( ) : void
Résultat void

UnistallService() public méthode

public UnistallService ( ) : void
Résultat void