C# Class RedisQueue.Net.ServiceProvider.Old.Provider

Inheritance: ServiceWrapper.ServiceProvider
Afficher le fichier Open project: e-travel/RedisQueue.Net

Méthodes publiques

Méthode Description
Continue ( ) : void
Pause ( ) : void
Provider ( ) : System
Shutdown ( ) : void
Start ( string args ) : void
Stop ( ) : void

Private Methods

Méthode Description
MessageReceived ( string message ) : void

Method Details

Continue() public méthode

public Continue ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Provider() public méthode

public Provider ( ) : System
Résultat System

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Start() public méthode

public Start ( string args ) : void
args string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void