| AtomicCounter Constructor (Int32) |
Creates an instance of an AtomicCounter.
Namespace:
Akka.Util.Internal
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public AtomicCounter(
int initialValue
)
new :
initialValue : int -> AtomicCounter
Parameters
- initialValue
- Type: SystemInt32
The initial value of this counter.
See Also