Click or drag to resize
Akka.NETAtomicCounterDecrementAndGet 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 int DecrementAndGet()

Return Value

Type: Int32
The new value.
See Also