IAtomicLongGetAndIncrement Method Hazelcast .Net Client Class Library
Atomically increments the current value by one.

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

long GetAndIncrement()

Return Value

Type: Int64
the old value
Remarks

Atomically increments the current value by one.
See Also

Reference