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

SeveralRoutees() 공개 메소드

public SeveralRoutees ( Routee routees ) : System.Collections.Generic
routees Routee
리턴 System.Collections.Generic
        public SeveralRoutees(Routee[] routees)
        {
            this.routees = routees;
        }