TransactionStatus Enumeration
.NET Framework (current version)
Indicates the transaction status.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Member name | Description | |
|---|---|---|
| Aborted | The transaction is aborted. | |
| Aborting | The transaction is in the process of aborting. | |
| Commited | The transaction has committed. | |
| LocallyOk | The transaction has neither committed nor aborted. | |
| NoTransaction | No transactions are being used through Enter. |
.NET Framework
Available since 1.1
Available since 1.1
Show: