Click or drag to resize
Akka.NETAtomicCounter.AddAndGet Method
Adds the specified value to the counter and returns the new value.

Namespace:  Akka.Util.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public int AddAndGet(
	int amount
)

Parameters

amount
Type: System.Int32
The amount to add to the counter.

Return Value

Type: Int32
The new value after additions.

Implements

IAtomicCounter<T>.AddAndGet(T)
See Also