AsyncClientProxyPut 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) Not supported in proxy client
Obsolete.
Put(WritePolicy, CancellationToken, Key, Bin) Asynchronously write record bin(s).

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

See Also