IAsyncClientDelete Method

Aerospike
Overload List

  NameDescription
Public methodDelete(WritePolicy, Key)
Delete record for specified key. Return whether record existed on server before deletion. The policy specifies the transaction timeout.
(Inherited from IAerospikeClient.)
Public methodDelete(WritePolicy, CancellationToken, Key)
Asynchronously delete record for specified key. Create listener, call asynchronous delete and return task monitor.

The policy specifies the transaction timeout.

Top
See Also

Reference