AtomicCounterLong..::..Next Property

Increments the counter and returns the next value

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

Syntax


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