AtomicCounterCurrent Property |
Retrieves the current value of the counter
Namespace: Akka.Util.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic int Current { get; }
Public ReadOnly Property Current As Integer
Get
public:
virtual property int Current {
int get () sealed;
}
abstract Current : int with get
override Current : int with get
Property Value
Type:
Int32Implements
IAtomicCounterTCurrent
See Also