BatchOperateListListener Interface

Asynchronous result notifications for batch operate commands with variable operations.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public interface BatchOperateListListener

Methods

OnFailure This method is called when the command fails.
OnSuccess This method is called when the command completes successfully.

See Also