Click or drag to resize
AtomicCounterGetAndIncrement 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 GetAndIncrement()

Return Value

Type: Int32
The original value.

Implements

IAtomicCounterTGetAndIncrement
See Also