C# 클래스 Queue.Hosts.Common.ServiceManager

파일 보기 프로젝트 열기: breslavsky/queue 1 사용 예제들

공개 메소드들

메소드 설명
InstallService ( ) : void
ServiceInstalled ( ) : bool
ServiceManager ( string serviceName, string exePath ) : System.Configuration.Install
ServiceRunned ( ) : bool
StartService ( ) : void
StopService ( ) : void
UnistallService ( ) : void

메소드 상세

InstallService() 공개 메소드

public InstallService ( ) : void
리턴 void

ServiceInstalled() 공개 메소드

public ServiceInstalled ( ) : bool
리턴 bool

ServiceManager() 공개 메소드

public ServiceManager ( string serviceName, string exePath ) : System.Configuration.Install
serviceName string
exePath string
리턴 System.Configuration.Install

ServiceRunned() 공개 메소드

public ServiceRunned ( ) : bool
리턴 bool

StartService() 공개 메소드

public StartService ( ) : void
리턴 void

StopService() 공개 메소드

public StopService ( ) : void
리턴 void

UnistallService() 공개 메소드

public UnistallService ( ) : void
리턴 void