Click or drag to resize
AtomicCounterIncrementAndGet Method
Atomically increments the counter by one.

Namespace: Akka.Util.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public int IncrementAndGet()

Return Value

Type: Int32
The new value.

Implements

IAtomicCounterTIncrementAndGet
See Also