Increments the counter and returns the next value
Namespace: Akka.Util.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxPublic Function Next As Integer
public:
virtual int Next() sealed
abstract Next : unit -> int
override Next : unit -> int
Return Value
Type:
Int32[Missing <returns> documentation for "M:Akka.Util.Internal.AtomicCounter.Next"]
Implements
IAtomicCounterTNext
See Also