Метод | Описание | |
---|---|---|
Acknowledge ( Message message ) : void |
Acknowledges the specified message.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
InputChannel ( string channelName, IAmAMessageConsumer messageConsumer ) : System |
Initializes a new instance of the InputChannel class.
|
|
Receive ( int timeoutinMilliseconds ) : Message |
Receives the specified timeout in milliseconds.
|
|
Reject ( Message message ) : void |
Rejects the specified message.
|
|
Requeue ( Message message, int delayMilliseconds ) : void |
Requeues the specified message.
|
|
SetCachedMessageCount ( int count ) : void | ||
Stop ( ) : void |
Stops this instance.
|
|
SupportsCaching ( ) : bool |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public Acknowledge ( Message message ) : void | ||
message | Message | The message. |
Результат | void |
public InputChannel ( string channelName, IAmAMessageConsumer messageConsumer ) : System | ||
channelName | string | |
messageConsumer | IAmAMessageConsumer | The messageConsumer. |
Результат | System |
public Receive ( int timeoutinMilliseconds ) : Message | ||
timeoutinMilliseconds | int | The timeout in milliseconds. |
Результат | Message |
public Reject ( Message message ) : void | ||
message | Message | The message. |
Результат | void |
public Requeue ( Message message, int delayMilliseconds ) : void | ||
message | Message | |
delayMilliseconds | int | |
Результат | void |
public SetCachedMessageCount ( int count ) : void | ||
count | int | |
Результат | void |