Asynchronously delete record for specified key.
Create listener, call asynchronous delete and return task monitor.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public Task<bool> Delete( WritePolicy policy, CancellationToken token, Key key )
Parameters
- policy
- Type: Aerospike.ClientWritePolicy
delete configuration parameters, pass in null for defaults - token
- Type: System.ThreadingCancellationToken
cancellation token - key
- Type: Aerospike.ClientKey
unique record identifier
Return Value
Type: TaskBooleanImplements
IAsyncClientDelete(WritePolicy, CancellationToken, Key)Exceptions
Exception | Condition |
---|---|
AerospikeException | if queue is full |
See Also