| AtomicCounterGetAndDecrement 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()
member GetAndDecrement : unit -> int
Return Value
Type:
Int32The original value.
See Also