BatchSequenceListenerOnFailure Method

This method is called when the command fails.

Definition

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

Parameters

ae  AerospikeException
 

See Also