C# Class ExcelService.Service

Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: TNOCS/csTouch

Public Methods

Method Description
InstallService ( ) : void
Service ( ) : System.Configuration.Install
UninstallService ( ) : void

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
IsServiceInstalled ( ) : bool

Method Details

InstallService() public static method

public static InstallService ( ) : void
return void

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

Service() public method

public Service ( ) : System.Configuration.Install
return System.Configuration.Install

UninstallService() public static method

public static UninstallService ( ) : void
return void