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
Decrement Method
Decrements 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
int
Decrement
()
member
Decrement
:
unit
->
int
Return Value
Type:
Int32
TBD
See Also
Reference
AtomicCounter Class
Akka.Util.Internal Namespace
Akka.NET Home
|
Learn Akka.NET