AtomicCounterLongNext Method |
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 Long
public:
virtual long long Next() sealed
abstract Next : unit -> int64
override Next : unit -> int64
Return Value
Type:
Int64[Missing <returns> documentation for "M:Akka.Util.Internal.AtomicCounterLong.Next"]
Implements
IAtomicCounterTNext
See Also