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

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

Parameters

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