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

SeveralRoutees() public method

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