| IAtomicCounterTGetAndIncrement Method |
Atomically increments the counter by one.
Namespace:
Akka.Util.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax abstract GetAndIncrement : unit -> 'T
Return Value
Type:
TThe original value.
See Also