ActorSelection..::..Anchor Property

Gets the anchor.

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

Syntax


public ActorRef Anchor { get; set; }
Public Property Anchor As ActorRef
	Get
	Set
public:
property ActorRef^ Anchor {
	ActorRef^ get ();
	void set (ActorRef^ value);
}

Field Value

The anchor.