The MessageConsumerExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Receive<(Of <<'(T>)>>)(IMessageConsumer) |
Receives the message from the destination for this consumer. The object must be de-serializable from XML.
| |
| Receive<(Of <<'(T>)>>)(IMessageConsumer, TimeSpan) |
Receives the message from the destination for this consumer. The object must be de-serializable from XML.
| |
| ReceiveNoWait<(Of <<'(T>)>>) |
Receives the message from the destination for this consumer. The object must be de-serializable from XML.
|