Cell..::..IsLocal Property

Returns true if the actor is local.

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

Syntax


bool IsLocal { get; }
ReadOnly Property IsLocal As Boolean
	Get
property bool^ IsLocal {
	bool^ get ();
}