Click or drag to resize

IAtomicLongGetAndIncrement Method

Atomically increments the current value by one.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
long GetAndIncrement()

Return Value

Type: Int64
the old value
Remarks
Atomically increments the current value by one.
See Also