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 ) : System.Collections.Generic
nrOfInstances int The initial number of routees in the pool.
Результат System.Collections.Generic
        public RandomPool(int nrOfInstances) : base(nrOfInstances, null, DefaultStrategy, null)
        {
        }

Same methods

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