Akka.Routing.ActorSelectionRoutee.ActorSelectionRoutee C# (CSharp) 메소드

ActorSelectionRoutee() 공개 메소드

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