ExistsArrayListener Interface

Aerospike
Asynchronous result notifications for batch exists commands. The result is sent in a single array.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public interface ExistsArrayListener

The ExistsArrayListener type exposes the following members.

Methods

  NameDescription
Public methodOnFailure
This method is called when an asynchronous exists command fails.
Public methodOnSuccess
This method is called when an asynchronous batch exists command completes successfully. The returned boolean array is in positional order with the original key array order.
Top
See Also

Reference