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<BatchRecord> records, bool status )
Parameters
- records
- Type: System.Collections.GenericListBatchRecord
record instances, record will be null if an error occurred for that key. - status
- Type: SystemBoolean
true if all records returned success.
See Also