Note: This enumeration is new in the .NET Framework version 2.0.
Describes the current status of a distributed transaction.
Namespace: System.Transactions
Assembly: System.Transactions (in system.transactions.dll)
Visual Basic (Declaration)
Public Enumeration TransactionStatus
Dim instance As TransactionStatus
public enum TransactionStatus
public enum class TransactionStatus
public enum TransactionStatus
public enum TransactionStatus
| | Member name | Description |
|---|
| Aborted | The transaction has been rolled back. |
| Active | The status of the transaction is unknown, because some participants must still be polled. |
| Committed | The transaction has been committed. |
| InDoubt | The status of the transaction is unknown. |
Members of this enumeration are used to indicate the current status of a transaction.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
.NET Framework
Supported in: 2.0