This method is called when the 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: 5.0.0.0 (5.0.0)
Syntax
C#
void OnSuccess( Key[] keys, Record[] records )
Parameters
- keys
- Type: Aerospike.ClientKey
unique record identifiers - records
- Type: Aerospike.ClientRecord
record instances, an instance will be null if the key is not found
See Also