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

Inheritance: ServiceWrapper.ServiceProvider
Exibir arquivo Open project: e-travel/RedisQueue.Net

Public Methods

Method Description
Continue ( ) : void
Pause ( ) : void
Provider ( ) : System
Shutdown ( ) : void
Start ( string args ) : void
Stop ( ) : void

Private Methods

Method Description
MessageReceived ( string message ) : void

Method Details

Continue() public method

public Continue ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Provider() public method

public Provider ( ) : System
return System

Shutdown() public method

public Shutdown ( ) : void
return void

Start() public method

public Start ( string args ) : void
args string
return void

Stop() public method

public Stop ( ) : void
return void