ListOperation Increment Method (String, Int32, Value,  CTX )Aerospike
Create default list increment operation. Server increments list[index] by value. Value should be integer(IntegerValue, LongValue) or double(DoubleValue, FloatValue). Server returns list[index] after incrementing.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.10.0 (3.9.10)
Syntax

Parameters

binName
Type: System String
index
Type: System Int32
value
Type: Aerospike.Client Value
ctx
Type:  Aerospike.Client CTX 
See Also