Click or drag to resize
Akka.NETAtomicCounterGetAndDecrement 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 GetAndDecrement()

Return Value

Type: Int32
The original value.
See Also