AsyncClientAppend Method

Overload List

Append(WritePolicy, Key, Bin) Append 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 only works for string values.
Append(WritePolicy, WriteListener, Key, Bin) Asynchronously append bin string values to existing record bin values. Schedule the append 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 only works for string values.

Append(WritePolicy, CancellationToken, Key, Bin) Asynchronously append bin string values to existing record bin values. Create listener, call asynchronous append 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 only works for string values.

See Also