| AtomicCounterLongIncrementAndGet 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 IncrementAndGet()
abstract IncrementAndGet : unit -> int64
override IncrementAndGet : unit -> int64
Return Value
Type:
Int64The new value.
Implements
IAtomicCounterTIncrementAndGetSee Also