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
Reset Method
Resets the counter to zero.
Namespace:
Akka.Util.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
void
Reset
()
abstract
Reset
:
unit
->
unit
override
Reset
:
unit
->
unit
Implements
IAtomicCounter
T
Reset
See Also
Reference
AtomicCounterLong Class
Akka.Util.Internal Namespace
Akka.NET Home
|
Learn Akka.NET