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

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

Initializes a new instance of the RandomPool class. A RandomPool configured in this way uses the Pool.DefaultStrategy supervisor strategy.
public RandomPool ( int nrOfInstances, Akka.Routing.Resizer resizer ) : System.Collections.Generic
nrOfInstances int The initial number of routees in the pool.
resizer Akka.Routing.Resizer The resizer to use when dynamically allocating routees to the pool.
Результат System.Collections.Generic
        public RandomPool(int nrOfInstances, Resizer resizer) : base(nrOfInstances, resizer, DefaultStrategy, null)
        {
        }

Same methods

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