| AtomicCounterGetAndIncrement 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 int GetAndIncrement()
abstract GetAndIncrement : unit -> int
override GetAndIncrement : unit -> int
Return Value
Type:
Int32The original value.
Implements
IAtomicCounterTGetAndIncrementSee Also