C# Class Abc.Zebus.TinyHost.Wrapper.ServiceHostWrapper

Inheritance: System.ServiceProcess.ServiceBase, IHostWrapper
Afficher le fichier Open project: Abc-Arbitrage/Zebus.TinyHost

Méthodes publiques

Méthode Description
ServiceHostWrapper ( ) : System.ServiceProcess
Start ( ) : void

Méthodes protégées

Méthode Description
OnShutdown ( ) : void
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

OnShutdown() protected méthode

protected OnShutdown ( ) : void
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

ServiceHostWrapper() public méthode

public ServiceHostWrapper ( ) : System.ServiceProcess
Résultat System.ServiceProcess

Start() public méthode

public Start ( ) : void
Résultat void