This method is called when an asynchronous batch get command completes successfully.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
void OnSuccess( List<BatchRead> records )
Parameters
- records
- Type: System.Collections.GenericListBatchRead
record instances, will be null if the key is not found.
See Also