C# Class Westwind.MessageQueueing.Service.QueueService

Inheritance: System.ServiceProcess.ServiceBase, IQueueService, IDisposable
Afficher le fichier Open project: RickStrahl/Westwind.QueueMessageManager Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( QueueMessageManager manager = null ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnContinue ( ) : void
OnCustomCommand ( int command ) : void
OnPause ( ) : void
OnStart ( string args ) : void

Set things in motion so your service can do its work.

OnStop ( ) : void

Stop this service.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

OnContinue() protected méthode

protected OnContinue ( ) : void
Résultat void

OnCustomCommand() protected méthode

protected OnCustomCommand ( int command ) : void
command int
Résultat void

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnStart() protected méthode

Set things in motion so your service can do its work.
protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

Stop this service.
protected OnStop ( ) : void
Résultat void

Start() public méthode

public Start ( QueueMessageManager manager = null ) : void
manager Westwind.MessageQueueing.QueueMessageManager
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void