Click or drag to resize
Akka.NETAtomicCounter Constructor (Int32)
Creates an instance of an AtomicCounter.

Namespace:  Akka.Util.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public AtomicCounter(
	int initialValue
)

Parameters

initialValue
Type: SystemInt32
The initial value of this counter.
See Also