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