C# 클래스 Jackett.Services.ServiceConfigService

상속: IServiceConfigService
파일 보기 프로젝트 열기: Jackett/Jackett 1 사용 예제들

공개 메소드들

메소드 설명
GetService ( string serviceName ) : ServiceController
Install ( ) : void
RemoveService ( ) : void
ServiceConfigService ( IConfigurationService c, Logger l ) : NLog
ServiceExists ( ) : bool
ServiceRunning ( ) : bool
Start ( ) : void
Stop ( ) : void
Uninstall ( ) : void

메소드 상세

GetService() 공개 메소드

public GetService ( string serviceName ) : ServiceController
serviceName string
리턴 System.ServiceProcess.ServiceController

Install() 공개 메소드

public Install ( ) : void
리턴 void

RemoveService() 공개 메소드

public RemoveService ( ) : void
리턴 void

ServiceConfigService() 공개 메소드

public ServiceConfigService ( IConfigurationService c, Logger l ) : NLog
c IConfigurationService
l Logger
리턴 NLog

ServiceExists() 공개 메소드

public ServiceExists ( ) : bool
리턴 bool

ServiceRunning() 공개 메소드

public ServiceRunning ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void