Click or drag to resize
AtomicCounterLong Constructor (Int64)
Creates an instance of an AtomicCounterLong.

Namespace: Akka.Util.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public AtomicCounterLong(
	long value
)

Parameters

value
Type: SystemInt64
The initial value of this counter.
See Also