AtomicCounter..::..Current Property

Retrieves the current value of the counter

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll)

Syntax


public int Current { get; }
Public ReadOnly Property Current As Integer
	Get
public:
property int^ Current {
	int^ get ();
}