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

RoundRobinRoutingLogic() public method

Initializes a new instance of the RoundRobinRoutingLogic class.
public RoundRobinRoutingLogic ( ) : System.Collections.Generic
return System.Collections.Generic
        public RoundRobinRoutingLogic() : this(-1) {}

Same methods

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