AsyncClientProxyDelete Method

Overload List

Delete(WritePolicy, Key) Delete record for specified key. Return whether record existed on server before deletion. The policy specifies the transaction timeout.
Delete(BatchPolicy, BatchDeletePolicy, Key) Delete records for specified keys. If a key is not found, the corresponding result resultCode will be KEY_NOT_FOUND_ERROR.

Requires server version 6.0+

Delete(WritePolicy, DeleteListener, Key) Not supported in proxy client
Obsolete.
Delete(WritePolicy, CancellationToken, Key) Asynchronously delete record for specified key.
Delete(BatchPolicy, BatchDeletePolicy, BatchRecordArrayListener, Key) Not supported in proxy client
Obsolete.
Delete(BatchPolicy, BatchDeletePolicy, BatchRecordSequenceListener, Key) Not supported in proxy client
Obsolete.
Delete(BatchPolicy, BatchDeletePolicy, CancellationToken, Key) Asynchronously delete records for specified keys.

Requires server version 6.0+

See Also