Aerospike LINDPad Driver

TransactionStates Enumeration

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


[FlagsAttribute]
public enum TransactionStates

Members


Member nameDescription
NotInitized The Initial stat of the transaction
Active The transaction is ready for use or is actively being utilized.
CommitRequested The commit method was called and the commit is in progress.
PartiallyCommitted The commit is in progress but is in some retry state where some of the actions have been actually committed to the DB.
Committed The commit completed and all the actions were rolled forward.
AbortRequested The abort method was called and the abort is in progress.
Aborted The aborted was completed and the actions where rolled back.
Failed A Failure occurred during processing of a Commit()()()() or Abort()()()()