Method | Description | |
---|---|---|
GetMessage ( IMessageContext context, Connection connection, Action |
Returns the next message, if any.
|
|
GetMessageAsync ( IMessageContext context, Connection connection, Action |
Returns the next message, if any.
|
|
ReceiveMessage ( |
Initializes a new instance of the ReceiveMessage class.
|
public GetMessage ( IMessageContext context, Connection connection, Action |
||
context | IMessageContext | The context. |
connection | Connection | The connection. |
noMessageFoundActon | Action |
The no message found action. |
routes | List |
The routes. |
return | IReceivedMessageInternal |
public GetMessageAsync ( IMessageContext context, Connection connection, Action |
||
context | IMessageContext | The context. |
connection | Connection | The connection. |
noMessageFoundActon | Action |
The no message found action. |
routes | List |
The routes. |
return | Task |
public ReceiveMessage ( |
||
configuration | The configuration. | |
receiveMessage | IReceivedMessageInternal>.IQueryHandler | The receive message. |
setStatusCommandHandler | ICommandHandler |
The set status command handler. |
cancelToken | IQueueCancelWork | The cancel token. |
receiveMessageAsync | IQueryHandler |
The receive message asynchronous. |
return | System |