Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Util.Internal
AtomicCounter Class
AtomicCounter Methods
AddAndGet Method
CompareAndSet Method
Decrement Method
DecrementAndGet Method
GetAndAdd Method
GetAndDecrement Method
GetAndIncrement Method
GetAndSet Method
IncrementAndGet Method
Next Method
Reset Method
AtomicCounter
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
AtomicCounter Class
Akka.Util.Internal Namespace
Akka.NET Home
|
Learn Akka.NET