Click or drag to resize
IAtomicCounterTNext Method
Increments the counter and gets the next value. This is exactly the same as calling IncrementAndGet.

Namespace: Akka.Util.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
T Next()

Return Value

Type: T

[Missing <returns> documentation for "M:Akka.Util.Internal.IAtomicCounter`1.Next"]

See Also