Click or drag to resize

IAtomicLongIncrementAndGet Method

Atomically increments the current value by one.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
long IncrementAndGet()

Return Value

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