RecordArrayListener OnSuccess Method Aerospike
This method is called when an asynchronous batch get command completes successfully. The returned record array is in positional order with the original key array order.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.7.0 (3.9.7)
Syntax

Parameters

keys
Type:  Aerospike.Client Key 
unique record identifiers
records
Type:  Aerospike.Client Record 
record instances, an instance will be null if the key is not found
See Also