IAerospikeClient.Commit Method
Attempt to commit the given transaction. First, the expected record versions are
sent to the server nodes for verification. If all nodes return success, the transaction is
committed. Otherwise, the transaction is aborted.
Requires server version 8.0+
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
CommitStatus.CommitStatusType Commit(
Txn txn
)
- txn Txn
- transaction
CommitStatus.CommitStatusTypestatus of the commit on success