Akka.Routing.RoundRobinRoutingLogic.RoundRobinRoutingLogic C# (CSharp) Метод

RoundRobinRoutingLogic() публичный Метод

Initializes a new instance of the RoundRobinRoutingLogic class.
public RoundRobinRoutingLogic ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public RoundRobinRoutingLogic() : this(-1) {}

Same methods

RoundRobinRoutingLogic::RoundRobinRoutingLogic ( int next ) : System.Collections.Generic
RoundRobinRoutingLogic