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