TransactionState 枚举
定义
指定当前补偿资源管理器 (CRM) 事务的状态。Specifies the state of the current Compensating Resource Manager (CRM) transaction.
public enum class TransactionState
[System.Serializable]
public enum TransactionState
type TransactionState =
Public Enum TransactionState
- 继承
- 属性
字段
Aborted | 2 | 该事务被中止。The transaction is aborted. |
Active | 0 | 该事务处于活动状态。The transaction is active. |
Committed | 1 | 该事务已提交。The transaction is committed. |
Indoubt | 3 | 该事务是有问题的。The transaction is in-doubt. |