C# 클래스 paramore.brighter.commandprocessor.OutputChannel

Class OutputChannel. An IAmAChannel for reading messages from a Task Queue and acknowledging receipt of those messages
상속: IAmAnOutputChannel
파일 보기 프로젝트 열기: JustGiving/Paramore

공개 메소드들

메소드 설명
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