Enum CommitState
Namespace: Tenray.ZoneTree.Transactional
Assembly: ZoneTree.dll
Syntax
public enum CommitState
Fields
Name | Description |
---|---|
Aborted | Transaction is aborted. |
Committed | Successful commit result. |
PendingTransactions | Transaction can not commit due to other uncommitted transactions. |
ReadyToCommit | Transaction is in committable stage. At this stage the user can abort the transaction or can complete the transaction commit. |