IAtomicLongGetAndAdd Method Hazelcast .Net Client Class Library
Atomically adds the given value to the current value.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax

long GetAndAdd(
	long delta
)

Parameters

delta
Type: SystemInt64
the value to add

Return Value

Type: Int64
the old value before the add
Remarks

Atomically adds the given value to the current value.
See Also

Reference