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+

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
CommitStatus.CommitStatusType Commit(
	Txn txn
)

Parameters

txn  Txn
transaction

Return Value

CommitStatus.CommitStatusType
status of the commit on success

Exceptions

AerospikeException.Commitif verify commit fails

See Also