C# Class paramore.brighter.commandprocessor.OutputChannel

Class OutputChannel. An IAmAChannel for reading messages from a Task Queue and acknowledging receipt of those messages
Inheritance: IAmAnOutputChannel
Afficher le fichier Open project: JustGiving/Paramore

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

OutputChannel ( IAmAMessageProducer messageProducer ) : System

Initializes a new instance of the OutputChannel class.

Send ( Message message, int delayMilliseconds ) : void

Sends the specified message.

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

OutputChannel() public méthode

Initializes a new instance of the OutputChannel class.
public OutputChannel ( IAmAMessageProducer messageProducer ) : System
messageProducer IAmAMessageProducer
Résultat System

Send() public méthode

Sends the specified message.
public Send ( Message message, int delayMilliseconds ) : void
message Message The message.
delayMilliseconds int Number of milliseconds to delay delivery of the message.
Résultat void