System.Messaging Reference (Document! X Sample)



Status Property
Gets the status of the transaction.
Syntax
'Declaration
 
Public ReadOnly Property Status As MessageQueueTransactionStatus
'Usage
 
Dim instance As MessageQueueTransaction
Dim value As MessageQueueTransactionStatus
 
value = instance.Status
public MessageQueueTransactionStatus Status {get;}

Property Value

One of the MessageQueueTransactionStatus values that indicates whether the transaction has been committed, aborted, initialized, or is pending.
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