C# Class MemcachedService64.Service.MemcachedService

Inheritance: System.ServiceProcess.ServiceBase
Exibir arquivo Open project: eric-b/MemcachedService64 Class Usage Examples

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnStart ( string args ) : void

Démarrage du service.

OnStop ( ) : void

Arrêt total du service.

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnStart() protected method

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

OnStop() protected method

Arrêt total du service.
protected OnStop ( ) : void
return void