C# Class SimpleServices.ServiceContainer

Inheritance: System.ServiceProcess.ServiceBase, IWindowsService
Afficher le fichier Open project: davidwhitney/SimpleServices

Méthodes publiques

Méthode Description
ServiceContainer ( IWindowsService unitOfCode ) : System
Start ( string args ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

ServiceContainer() public méthode

public ServiceContainer ( IWindowsService unitOfCode ) : System
unitOfCode IWindowsService
Résultat System

Start() public méthode

public Start ( string args ) : void
args string
Résultat void