RecordListenerOnSuccess Method
This method is called when an asynchronous get or operate command completes successfully.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.2.0
void OnSuccess(
Key key,
Record record
)
Parameters
- key Key
- unique record identifier
- record Record
- record instance if found, otherwise null