Asynchronous result notifications for batch exists commands.
The result is sent in a single array.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public interface ExistsArrayListener
The ExistsArrayListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | OnFailure |
This method is called when the command fails. The AerospikeException is likely to be
AerospikeExceptionBatchExists which contains results
for keys that did complete.
|
![]() | OnSuccess |
This method is called when the command completes successfully.
The returned boolean array is in positional order with the original key array order.
|
See Also