C# Class Dev2.Studio.Core.Services.WindowsServiceManager

Inheritance: IWindowsServiceManager
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Exists ( ) : bool
IsRunning ( ) : bool
Start ( ) : bool
Stop ( ) : bool

Method Details

Exists() public méthode

public Exists ( ) : bool
Résultat bool

IsRunning() public méthode

public IsRunning ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool