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

RoundRobinPool() public method

Initializes a new instance of the RoundRobinPool class.
public RoundRobinPool ( Config config ) : System.Collections.Generic
config Akka.Configuration.Config The configuration used to configure the pool.
return System.Collections.Generic
        public RoundRobinPool(Config config) : base(config)
        {
        }

Same methods

RoundRobinPool::RoundRobinPool ( int nrOfInstances ) : System.Collections.Generic
RoundRobinPool::RoundRobinPool ( int nrOfInstances, Akka.Routing.Resizer resizer ) : System.Collections.Generic
RoundRobinPool::RoundRobinPool ( int nrOfInstances, Akka.Routing.Resizer resizer, Akka.Actor.SupervisorStrategy supervisorStrategy, string routerDispatcher, bool usePoolDispatcher = false ) : System.Collections.Generic