Akka.Routing.ActorRefRoutee.ActorRefRoutee C# (CSharp) Méthode

ActorRefRoutee() public méthode

public ActorRefRoutee ( IActorRef actor ) : System.Collections.Generic
actor IActorRef
Résultat System.Collections.Generic
        public ActorRefRoutee(IActorRef actor)
        {
            this.Actor = actor;
        }