WriteListener Interface

Asynchronous result notifications for put, append, prepend, add, delete and touch commands.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public interface WriteListener

Methods

OnFailure This method is called when an asynchronous write command fails.
OnSuccess This method is called when an asynchronous write command completes successfully.

See Also