Cell..::..NumberOfMessages Property

If the actor isLocal, returns the number of "user messages" currently queued, which may be a costly operation, 0 otherwise.

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

Syntax


int NumberOfMessages { get; }
ReadOnly Property NumberOfMessages As Integer
	Get
property int^ NumberOfMessages {
	int^ get ();
}