AtomicCounterLong Constructor (Int64) |
Creates an instance of an AtomicCounterLong.
Namespace: Akka.Util.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic AtomicCounterLong(
long value
)
Public Sub New (
value As Long
)
public:
AtomicCounterLong(
long long value
)
new :
value : int64 -> AtomicCounterLong
Parameters
- value
- Type: SystemInt64
The initial value of this counter.
See Also