Click or drag to resize

QdbBatchInteger.Add Method

Adds a "Add" operation to the batch: "Atomically adds the given value to the current value."

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntax
public IQdbFuture<long> Add(
	long addend
)

Parameters

addend
Type: System.Int64
The value to add

Return Value

Type: IQdbFuture<Int64>
A future that will contain the result of the operation after the batch is run.
See Also