The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ReceiveCompletedEventArgs::Message Property
.NET Framework (current version)
Gets the message associated with the asynchronous receive operation.
Assembly: System.Messaging (in System.Messaging.dll)
| Exception | Condition |
|---|---|
| MessageQueueException | The Message could not be retrieved. The time-out on the asynchronous operation might have expired. |
The Message property provides a means for retrieving the message that initiated the end of the asynchronous receive operation.
MessageQueue::EndReceive is called the first time the Message property is read, so it is not necessary to call EndReceive prior to getting the value of this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: