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

BroadcastPool() public method

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

Same methods

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