C# Class TSVCEO.CloudPrint.Service.ServiceBase

Inheritance: System.ServiceProcess.ServiceBase
Datei anzeigen Open project: klightspeed/CloudPrintProxy Class Usage Examples

Public Methods

Method Description
Install ( ) : void
Run ( ) : int
RunService ( ) : void
RunStandalone ( ) : void
ServiceBase ( ) : System
Uninstall ( ) : void

Private Methods

Method Description
IsOverriden ( Delegate action ) : bool
IsOverriden ( MethodInfo method ) : bool

Method Details

Install() public method

public Install ( ) : void
return void

Run() public method

public Run ( ) : int
return int

RunService() public method

public RunService ( ) : void
return void

RunStandalone() public abstract method

public abstract RunStandalone ( ) : void
return void

ServiceBase() public method

public ServiceBase ( ) : System
return System

Uninstall() public method

public Uninstall ( ) : void
return void