BatchRecordArrayListenerOnFailure Method

This method is called when one or more keys fail.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
void OnFailure(
	BatchRecord[] records,
	AerospikeException ae
)

Parameters

records  BatchRecord
record instances, always populated. resultCode indicates if an error occurred for each record instance.
ae  AerospikeException
error that occurred

See Also