TransactionStatusQueue Property (Message)
Gets the transaction status queue on the source computer.
Syntax
'Declaration <ReadOnlyAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <MessagingDescriptionAttribute("Identifies the transaction status queue on the source computer.")> Public Property TransactionStatusQueue As MessageQueue
'Usage Dim instance As Message Dim value As MessageQueue instance.TransactionStatusQueue = value value = instance.TransactionStatusQueue
[ReadOnly(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("Identifies the transaction status queue on the source computer.")] public MessageQueue TransactionStatusQueue {get; set;}
[ReadOnly(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("Identifies the transaction status queue on the source computer.")] public: property MessageQueue^ TransactionStatusQueue { MessageQueue^ get(); void set ( MessageQueue^ value); }
Property Value
The transaction status queue on the source computer, which is used for sending acknowledgement messages back to the sending application. The default is null.Exceptions
Exception | Description |
---|---|
System.InvalidOperationException | The message has not been sent. This property can only be read on messages retrieved from a queue.-or- The message queue is filtered to ignore the TransactionStatusQueue property. |
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