IAsyncClient Add Method Aerospike
Overload List

  NameDescription
Public methodAdd(WritePolicy, Key,  Bin )
Add integer 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. This call only works for integer values.
(Inherited from IAerospikeClient.)
Public methodAdd(WritePolicy, CancellationToken, Key,  Bin )
Asynchronously add integer 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. This call only works for integer values.

Back to Top
See Also