Method | Description | |
---|---|---|
GetService ( string serviceName ) : |
||
Install ( ) : void | ||
RemoveService ( ) : void | ||
ServiceConfigService ( IConfigurationService c, Logger l ) : NLog | ||
ServiceExists ( ) : bool | ||
ServiceRunning ( ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Uninstall ( ) : void |
public GetService ( string serviceName ) : |
||
serviceName | string | |
return |
public ServiceConfigService ( IConfigurationService c, Logger l ) : NLog | ||
c | IConfigurationService | |
l | Logger | |
return | NLog |