RecordListenerOnFailure Method

This method is called when an asynchronous get or operate command fails.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
void OnFailure(
	AerospikeException exception
)

Parameters

exception  AerospikeException
error that occurred

See Also