Akka.Routing.ActorSelectionRoutee.ActorSelectionRoutee C# (CSharp) Method

ActorSelectionRoutee() public method

public ActorSelectionRoutee ( ActorSelection actor ) : System.Collections.Generic
actor Akka.Actor.ActorSelection
return System.Collections.Generic
        public ActorSelectionRoutee(ActorSelection actor)
        {
            _actor = actor;
        }