ActorSelectionAnchor Property |
Gets the anchor.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef Anchor { get; }
Public ReadOnly Property Anchor As ActorRef
Get
public:
property ActorRef^ Anchor {
ActorRef^ get ();
}
member Anchor : ActorRef with get
Property Value
Type:
ActorRefThe anchor.
See Also