IAtomicCounterTGetAndIncrement 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 GetAndIncrement As T
abstract GetAndIncrement : unit -> 'T
Return Value
Type:
TThe original value.
See Also