C# Class @namespace.Service

Inheritance: ServiceBase
Afficher le fichier Open project: reflection-emit/Cauldron

Méthodes publiques

Méthode Description
Service ( ) : System.ServiceProcess

Méthodes protégées

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

Method Details

Dispose() protected méthode

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

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnStart() protected méthode

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

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

Service() public méthode

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