AtomicCounterIncrementAndGet Method |
Atomically increments the counter by one.
Namespace: Akka.Util.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic int IncrementAndGet()
Public Function IncrementAndGet As Integer
public:
virtual int IncrementAndGet() sealed
abstract IncrementAndGet : unit -> int
override IncrementAndGet : unit -> int
Return Value
Type:
Int32The new value.
Implements
IAtomicCounterTIncrementAndGet
See Also