Asynchronous result notifications for exists commands.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
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