AsyncClientAdd 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) Asynchronously add integer/double bin values to existing record bin values. Schedule the add 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.

Add(WritePolicy, CancellationToken, Key, Bin) Asynchronously add integer/double bin values to existing record bin values. Create listener, call asynchronous add and return task monitor.

The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists.

See Also