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

ActorSelection() public method

Initializes a new instance of the ActorSelection class.
public ActorSelection ( ) : System
return System
        public ActorSelection()
        {
        }

Same methods

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