RecordSequenceListenerOnFailure Method

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

Definition

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

Parameters

exception  AerospikeException
error that occurred

See Also