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

ActorSelection() public method

public ActorSelection ( ActorPath path ) : ActorSelection
path ActorPath
return ActorSelection
        public ActorSelection ActorSelection(ActorPath path)
        {
            return ActorRefFactoryShared.ActorSelection(path, _systemImpl);
        }

Same methods

ActorCell::ActorSelection ( string path ) : ActorSelection