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

Namespace:  Akka.Util.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
T GetAndIncrement()

Return Value

Type: T
The original value.
See Also