Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io