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

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

Initializes a new instance of the RandomPool class.
public RandomPool ( Config config ) : System.Collections.Generic
config Akka.Configuration.Config The configuration used to configure the pool.
Результат System.Collections.Generic
        public RandomPool(Config config)
            : base(config)
        {
        }

Same methods

RandomPool::RandomPool ( int nrOfInstances ) : 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