| AtomicCounterLongDecrementAndGet 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 long DecrementAndGet()
member DecrementAndGet : unit -> int64
Return Value
Type:
Int64The new value
See Also