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.
PeekCompletedEventArgs::Message Property
.NET Framework (current version)
Gets the message associated with the asynchronous peek 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 peek operation.
MessageQueue::EndPeek is called the first time the Message property is read, so it is not necessary to call EndPeek prior to getting the value of this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: