| AtomicCounterLongGetAndIncrement Method |
Atomically increments the counter by one.
Namespace:
Akka.Util.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public long GetAndIncrement()
abstract GetAndIncrement : unit -> int64
override GetAndIncrement : unit -> int64
Return Value
Type:
Int64The original value.
Implements
IAtomicCounterTGetAndIncrementSee Also