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;
        }