C# Class TSVCEO.CloudPrint.Service.ServiceBase

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: klightspeed/CloudPrintProxy Class Usage Examples

Méthodes publiques

Méthode Description
Install ( ) : void
Run ( ) : int
RunService ( ) : void
RunStandalone ( ) : void
ServiceBase ( ) : System
Uninstall ( ) : void

Private Methods

Méthode Description
IsOverriden ( Delegate action ) : bool
IsOverriden ( MethodInfo method ) : bool

Method Details

Install() public méthode

public Install ( ) : void
Résultat void

Run() public méthode

public Run ( ) : int
Résultat int

RunService() public méthode

public RunService ( ) : void
Résultat void

RunStandalone() public abstract méthode

public abstract RunStandalone ( ) : void
Résultat void

ServiceBase() public méthode

public ServiceBase ( ) : System
Résultat System

Uninstall() public méthode

public Uninstall ( ) : void
Résultat void