AtomicCounter Constructor (Int32) |
Creates an instance of an AtomicCounter.
Namespace: Akka.Util.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic AtomicCounter(
int initialValue
)
Public Sub New (
initialValue As Integer
)
public:
AtomicCounter(
int initialValue
)
new :
initialValue : int -> AtomicCounter
Parameters
- initialValue
- Type: SystemInt32
The initial value of this counter.
See Also