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