Click or drag to resize
IAtomicCounterTIncrementAndGet 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 IncrementAndGet()

Return Value

Type: T
The new value.
See Also