| AtomicCounterLong 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
)
new :
value : int64 -> AtomicCounterLong
Parameters
- value
- Type: SystemInt64
The initial value of this counter.
See Also