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

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

Parameters

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