Click or drag to resize
AtomicCounterLongIncrementAndGet Method
Atomically increments the counter by one.

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

Return Value

Type: Int64
The new value.

Implements

IAtomicCounterTIncrementAndGet
See Also