BatchRecordArrayListenerOnSuccess Method

This method is called when the command completes successfully. The returned record array is in positional order with the original key array order.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
void OnSuccess(
	BatchRecord[] records,
	bool status
)

Parameters

records  BatchRecord
record instances, always populated.
status  Boolean
true if all records returned success.

See Also