TransactionStatus Enum

Definition

Indicates the transaction status.

C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum TransactionStatus
Inheritance
TransactionStatus
Attributes

Fields

Name Value Description
Commited 0

The transaction has committed.

LocallyOk 1

The transaction has neither committed nor aborted.

NoTransaction 2

No transactions are being used through Enter(ServiceConfig).

Aborting 3

The transaction is in the process of aborting.

Aborted 4

The transaction is aborted.

Remarks

TransactionStatus is the value returned by Leave.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1