Aerospike LINDPad Driver

AbortResults Enumeration

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

Syntax


[FlagsAttribute]
public enum AbortResults

Members


Member nameDescription
None
Completed
AlreadyAborted The transaction was already aborted
RollBackServer The Server will roll back this transaction
RollBackServerCompleted The Server completed the roll back of this transaction
Failed The Abort Failed.
PreviouslyCommitted The Transaction was previously committed.