Message Property (ReceiveCompletedEventArgs)
Gets the message associated with the asynchronous receive operation.
Syntax
'Declaration Public ReadOnly Property Message As Message
'Usage Dim instance As ReceiveCompletedEventArgs Dim value As Message value = instance.Message
public Message Message {get;}
Property Value
A Message that represents the end result of the asynchronous receive operation.Exceptions
Exception | Description |
---|---|
MessageQueueException | The Message could not be retrieved. The time-out on the asynchronous operation might have expired. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also