TransactionStatus Enumeration
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Describes the current status of a distributed transaction.
Assembly: System.Transactions (in System.Transactions.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: