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

Inheritance: IWindowsServiceManager
ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Exists ( ) : bool
IsRunning ( ) : bool
Start ( ) : bool
Stop ( ) : bool

Method Details

Exists() public method

public Exists ( ) : bool
return bool

IsRunning() public method

public IsRunning ( ) : bool
return bool

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool