Asynchronously delete record for specified key.
This method schedules the delete command with a channel selector and returns.
Another thread will process the command and send the results to the listener.
Namespace: Aerospike.ClientThe policy specifies the transaction timeout.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.0)
Syntax
Parameters
- policy
- Type: Aerospike.Client WritePolicy
delete configuration parameters, pass in null for defaults
- listener
- Type: Aerospike.Client DeleteListener
where to send results, pass in null for fire and forget
- key
- Type: Aerospike.Client Key
unique record identifier
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if queue is full |
See Also