| 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: 1.2.3.42 (1.2.3.42)
Syntax abstract Next : unit -> 'T
Return Value
Type:
T[Missing <returns> documentation for "M:Akka.Util.Internal.IAtomicCounter`1.Next"]
See Also