Click or drag to resize

IAtomicLongGetAndAdd Method

Atomically adds the given value to the current value.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.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