Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Util.Internal
AtomicCounterLong Class
AtomicCounterLong Methods
AddAndGet Method
CompareAndSet Method
DecrementAndGet Method
GetAndAdd Method
GetAndIncrement Method
GetAndSet Method
IncrementAndGet Method
Next Method
Reset Method
ToString Method
AtomicCounterLong
Next Method
Increments the counter and returns the next value.
Namespace:
Akka.Util.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
long
Next
()
abstract
Next
:
unit
->
int64
override
Next
:
unit
->
int64
Return Value
Type:
Int64
TBD
Implements
IAtomicCounter
T
Next
See Also
Reference
AtomicCounterLong Class
Akka.Util.Internal Namespace
Akka.NET Home
|
Learn Akka.NET