Click or drag to resize
BroadcastPool Constructor (Int32, Resizer, SupervisorStrategy, String, Boolean)
Initializes a new instance of the BroadcastPool class.

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public BroadcastPool(
	int nrOfInstances,
	Resizer resizer,
	SupervisorStrategy supervisorStrategy,
	string routerDispatcher,
	bool usePoolDispatcher = false
)

Parameters

nrOfInstances
Type: SystemInt32
The nr of instances.
resizer
Type: Akka.RoutingResizer
The resizer.
supervisorStrategy
Type: Akka.ActorSupervisorStrategy
The supervisor strategy.
routerDispatcher
Type: SystemString
The router dispatcher.
usePoolDispatcher (Optional)
Type: SystemBoolean
if set to true [use pool dispatcher].
See Also