RecordArrayListenerOnFailure Method
This method is called when the command fails. The AerospikeException is likely to be
AerospikeExceptionBatchRecords which contains results
for keys that did complete.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 5.4.0.0 (5.4.0)
void OnFailure(
AerospikeException ae
)
Parameters
- ae AerospikeException
-