BatchRecordArrayListener Interface

Asynchronous result notifications for batch operate commands.

Definition

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

Methods

OnFailure This method is called when one or more keys fail.
OnSuccess This method is called when the command completes successfully. The returned record array is in positional order with the original key array order.

See Also