IAtomicCounterTNext Method |
Increments the counter and gets the next value. This is exactly the same as calling
IncrementAndGet.
Namespace: Akka.Util.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxabstract Next : unit -> 'T
Return Value
Type:
T[Missing <returns> documentation for "M:Akka.Util.Internal.IAtomicCounter`1.Next"]
See Also