C# Класс paramore.brighter.commandprocessor.OutputChannel

Class OutputChannel. An IAmAChannel for reading messages from a Task Queue and acknowledging receipt of those messages
Наследование: IAmAnOutputChannel
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

OutputChannel() публичный Метод

Initializes a new instance of the OutputChannel class.
public OutputChannel ( IAmAMessageProducer messageProducer ) : System
messageProducer IAmAMessageProducer
Результат System

Send() публичный Метод

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.
Результат void