Click or drag to resize
Akka.NETAtomicCounterLongDecrementAndGet Method
Atomically decrements the counter by one

Namespace:  Akka.Util.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public long DecrementAndGet()

Return Value

Type: Int64
The new value
See Also