Asynchronous result notifications for batch exists commands.
The results are sent one record at a time.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public interface ExistsSequenceListener
The ExistsSequenceListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | OnExists |
This method is called when an asynchronous batch exists result is received from the server.
The receive sequence is not ordered.
|
![]() | OnFailure |
This method is called when an asynchronous batch exists command fails.
|
![]() | OnSuccess |
This method is called when the asynchronous batch exists command completes.
|
See Also