Click or drag to resize
Akka.NETIAtomicCounterTNext 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: 1.2.3.129 (1.2.3.129)
Syntax
T Next()

Return Value

Type: T

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

See Also