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

ActorRefRoutee() public method

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