Asynchronous result notifications for batch operate commands.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public interface BatchRecordArrayListener
The BatchRecordArrayListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | 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