WriteListenerOnFailure Method

Aerospike
This method is called when an asynchronous write command fails.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
void OnFailure(
	AerospikeException exception
)

Parameters

exception
Type: Aerospike.ClientAerospikeException
error that occurred
See Also

Reference