ListOperationIncrement Method

Overload List

Increment(String, Int32, CTX) Create default list increment operation. Server increments list[index] by 1. Server returns list[index] after incrementing.
Increment(ListPolicy, String, Int32, CTX) Create list increment operation with policy. Server increments list[index] by 1. Server returns list[index] after incrementing.
Increment(String, Int32, Value, CTX) 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.
Increment(ListPolicy, String, Int32, Value, CTX) Create 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.

See Also