C# Class MemcachedService64.Service.MemcachedService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: eric-b/MemcachedService64 Class Usage Examples

Méthodes protégées

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

Démarrage du service.

OnStop ( ) : void

Arrêt total du service.

Private Methods

Méthode Description
MemcachedService ( ) : System
SetUp ( string args ) : void

Démarre le service.

Cette méthode est prévue pour un contexte interactif et appelle la méthode OnStart.

TearDown ( ) : void

Arrête le service.

Cette méthode est prévue pour un contexte interactif et appelle la méthode OnStop.

Method Details

Dispose() protected méthode

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

OnStart() protected méthode

Démarrage du service.
protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

Arrêt total du service.
protected OnStop ( ) : void
Résultat void