TransactionStatus Enum

Definition

Describes the current status of a distributed transaction.

public enum class TransactionStatus
public enum TransactionStatus
type TransactionStatus = 
Public Enum TransactionStatus
Inheritance
TransactionStatus

Fields

Aborted 2

The transaction has been rolled back.

Active 0

The status of the transaction is unknown, because some participants must still be polled.

Committed 1

The transaction has been committed.

InDoubt 3

The status of the transaction is unknown.

Remarks

Members of this enumeration are used to indicate the current status of a transaction.

Applies to