IAsyncClientPrepend Method

Overload List

Prepend(WritePolicy, Key, Bin) Prepend bin string values to existing record bin values. The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists. This call works only for string values.
Prepend(WritePolicy, WriteListener, Key, Bin) Asynchronously prepend bin string values to existing record bin values. Schedule the prepend command with a channel selector and return. Another thread will process the command and send the results to the listener.

The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists. This call works only for string values.

Prepend(WritePolicy, CancellationToken, Key, Bin) Asynchronously prepend bin string values to existing record bin values. Create listener, call asynchronous prepend and return task monitor.

The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists. This call works only for string values.

See Also