AsyncClientProxyAppend 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) Not supported in proxy client
Obsolete.
Append(WritePolicy, CancellationToken, Key, Bin) Asynchronously 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.

See Also