| AtomicCounterDecrementAndGet Method |
Atomically decrements the counter by one.
Namespace:
Akka.Util.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public int DecrementAndGet()
member DecrementAndGet : unit -> int
Return Value
Type:
Int32The new value.
See Also