Click or drag to resize
AtomicCounterLongNext Method
Increments the counter and returns the next value.

Namespace: Akka.Util.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public long Next()

Return Value

Type: Int64

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

Implements

IAtomicCounterTNext
See Also