AsyncClientProxyAdd Method

Overload List

Add(WritePolicy, Key, Bin) Add integer/double bin 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.
Add(WritePolicy, WriteListener, Key, Bin) Not supported in proxy client
Obsolete.
Add(WritePolicy, CancellationToken, Key, Bin) Asynchronously add integer/double bin 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.

See Also