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.1.1.0 (5.1.1)
Syntax
C#
void OnSuccess( BatchRecord[] records, bool status )
Parameters
- records
- Type: Aerospike.ClientBatchRecord
record instances, always populated. - status
- Type: SystemBoolean
true if all records returned success.
See Also