AtomicCounter..::..Next Property

Increments the counter and returns the next value

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

Syntax


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