This method is called when the command completes successfully.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.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