C# Class Queue.Hosts.Common.ServiceManager

Mostra file Open project: breslavsky/queue Class Usage Examples

Public Methods

Method Description
InstallService ( ) : void
ServiceInstalled ( ) : bool
ServiceManager ( string serviceName, string exePath ) : System.Configuration.Install
ServiceRunned ( ) : bool
StartService ( ) : void
StopService ( ) : void
UnistallService ( ) : void

Method Details

InstallService() public method

public InstallService ( ) : void
return void

ServiceInstalled() public method

public ServiceInstalled ( ) : bool
return bool

ServiceManager() public method

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

ServiceRunned() public method

public ServiceRunned ( ) : bool
return bool

StartService() public method

public StartService ( ) : void
return void

StopService() public method

public StopService ( ) : void
return void

UnistallService() public method

public UnistallService ( ) : void
return void