AsyncClient Delete Method (WritePolicy, CancellationToken, Key)Aerospike
Asynchronously delete record for specified key. Create listener, call asynchronous delete and return task monitor.

The policy specifies the transaction timeout.

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

Parameters

policy
Type: Aerospike.Client WritePolicy
delete configuration parameters, pass in null for defaults
token
Type: System.Threading CancellationToken
cancellation token
key
Type: Aerospike.Client Key
unique record identifier

Implements

IAsyncClient Delete(WritePolicy, CancellationToken, Key)
Exceptions

See Also