AtomicCounterLongCurrent 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 long Current { get; }
Public ReadOnly Property Current As Long
Get
public:
virtual property long long Current {
long long get () sealed;
}
abstract Current : int64 with get
override Current : int64 with get
Property Value
Type:
Int64Implements
IAtomicCounterTCurrent
See Also