Atomically adds the given value to the current value.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax
Parameters
- delta
- Type: SystemInt64
the value to add
Return Value
Type: Int64the old value before the add
Remarks
See Also