C# 클래스 Dev2.Studio.Core.Services.WindowsServiceManager

상속: IWindowsServiceManager
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Exists ( ) : bool
IsRunning ( ) : bool
Start ( ) : bool
Stop ( ) : bool

메소드 상세

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

IsRunning() 공개 메소드

public IsRunning ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool