BroadcastPool Constructor (Int32, Resizer, SupervisorStrategy, String, Boolean)

Initializes a new instance of the BroadcastPool class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public BroadcastPool(
	int nrOfInstances,
	Resizer resizer,
	SupervisorStrategy supervisorStrategy,
	string routerDispatcher,
	bool usePoolDispatcher
)
Public Sub New ( _
	nrOfInstances As Integer, _
	resizer As Resizer, _
	supervisorStrategy As SupervisorStrategy, _
	routerDispatcher As String, _
	usePoolDispatcher As Boolean _
)
public:
BroadcastPool(
	int^ nrOfInstances, 
	Resizer^ resizer, 
	SupervisorStrategy^ supervisorStrategy, 
	String^ routerDispatcher, 
	bool^ usePoolDispatcher
)

Parameters

nrOfInstances
Type: Int32
The nr of instances.
resizer
Type: Akka.Routing..::..Resizer
The resizer.
supervisorStrategy
Type: Akka.Actor..::..SupervisorStrategy
The supervisor strategy.
routerDispatcher
Type: String
The router dispatcher.
usePoolDispatcher
Type: Boolean
if set to true [use pool dispatcher].