The MessageConsumerExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberReceive<(Of <<'(T>)>>)(IMessageConsumer)
Receives the message from the destination for this consumer. The object must be de-serializable from XML.
Public methodStatic memberReceive<(Of <<'(T>)>>)(IMessageConsumer, TimeSpan)
Receives the message from the destination for this consumer. The object must be de-serializable from XML.
Public methodStatic memberReceiveNoWait<(Of <<'(T>)>>)
Receives the message from the destination for this consumer. The object must be de-serializable from XML.

See Also