This method is called when an asynchronous batch exists command fails.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
void OnFailure( AerospikeException exception )
Parameters
- exception
- Type: Aerospike.ClientAerospikeException
error that occurred
See Also