IAsyncClientPut Method

Overload List

Put(WritePolicy, Key, Bin) Write record bin(s). The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists.
Put(WritePolicy, WriteListener, Key, Bin) Asynchronously write record bin(s). Schedules the put 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.

Put(WritePolicy, CancellationToken, Key, Bin) Asynchronously write record bin(s). Create listener, call asynchronous put 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