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

Return Value

Type: T
The original value.
See Also