| IAtomicLongIncrementAndGet Method |
Atomically increments the current value by one.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax Function IncrementAndGet As Long
long long IncrementAndGet()
abstract IncrementAndGet : unit -> int64
Return Value
Type:
Int64the updated value
Remarks Atomically increments the current value by one.
See Also