IAsyncClient Put Method Aerospike
Overload List

  NameDescription
Public methodPut(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.
(Inherited from IAerospikeClient.)
Public methodPut(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.

Back to Top
See Also