MessageQueueTransactionStatus Enumeration
Specifies the state of an internal Message Queuing transaction.
Syntax
'Declaration Public Enum MessageQueueTransactionStatus Inherits System.Enum
'Usage Dim instance As MessageQueueTransactionStatus
public enum MessageQueueTransactionStatus : System.Enum
public enum class MessageQueueTransactionStatus : public System.Enum
Members
Member | Description |
---|---|
Aborted | The transaction has been aborted and all participants have been notified. |
Committed | The transaction has been committed and all participants have been notified. |
Initialized | The transaction has been initialized. It has not yet been started. |
Pending | The transaction has been started. It has not yet been either committed or rolled back. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
System.Messaging.MessageQueueTransactionStatus
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