This method is called when one or more keys fail.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
void OnFailure( BatchRecord[] records, AerospikeException ae )
Parameters
- records
- Type: Aerospike.ClientBatchRecord
record instances, always populated. resultCode indicates if an error occurred for each record instance. - ae
- Type: Aerospike.ClientAerospikeException
error that occurred
See Also