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