AtomicCounterLongIncrementAndGet 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 long IncrementAndGet()
Public Function IncrementAndGet As Long
public:
virtual long long IncrementAndGet() sealed
abstract IncrementAndGet : unit -> int64
override IncrementAndGet : unit -> int64
Return Value
Type:
Int64The new value.
Implements
IAtomicCounterTIncrementAndGet
See Also