Akka.Actor.ActorSelection.ActorSelection C# (CSharp) Method

ActorSelection() public method

Initializes a new instance of the ActorSelection class.
public ActorSelection ( IActorRef anchor, string path ) : System
anchor IActorRef The anchor.
path string The path.
return System
        public ActorSelection(IActorRef anchor, string path)
            : this(anchor, path == "" ? new string[] {} : path.Split('/'))
        {
        }

Same methods

ActorSelection::ActorSelection ( ) : System
ActorSelection::ActorSelection ( IActorRef anchor, IEnumerable elements ) : System
ActorSelection::ActorSelection ( IActorRef anchor, SelectionPathElement path ) : System