DeleteListener Interface

Asynchronous result notifications for delete commands.

Definition

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

Methods

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

See Also