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