System.Messaging Reference (Document! X Sample)
MessageQueueTransactionStatus Enumeration



Sample Template
System.Messaging Namespace : MessageQueueTransactionStatus Enumeration
Specifies the state of an internal Message Queuing transaction.
Syntax
public enum MessageQueueTransactionStatus : System.Enum 
public enum class MessageQueueTransactionStatus : public System.Enum 
'Declaration
 
Public Enum MessageQueueTransactionStatus 
   Inherits System.Enum
 
'Usage
 
Dim instance As MessageQueueTransactionStatus
Members
MemberDescription
AbortedThe transaction has been aborted and all participants have been notified.
CommittedThe transaction has been committed and all participants have been notified.
InitializedThe transaction has been initialized. It has not yet been started.
PendingThe 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

Reference

System.Messaging Namespace