Asynchronous result notifications for exists commands.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax
C#
public interface ExistsListener
The ExistsListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | OnFailure |
This method is called when an asynchronous exists command fails.
|
![]() | OnSuccess |
This method is called when an asynchronous exists command completes successfully.
|
See Also