BatchListListener Interface

Asynchronous result notifications for batch get commands with variable bins per key. The result is sent in a single list.

Definition

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

Methods

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

See Also