ScatterGatherFirstCompletedPool Constructor (Int32, Resizer, SupervisorStrategy, String, TimeSpan, Boolean)

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

Syntax


public ScatterGatherFirstCompletedPool(
	int nrOfInstances,
	Resizer resizer,
	SupervisorStrategy supervisorStrategy,
	string routerDispatcher,
	TimeSpan within,
	bool usePoolDispatcher
)
Public Sub New ( _
	nrOfInstances As Integer, _
	resizer As Resizer, _
	supervisorStrategy As SupervisorStrategy, _
	routerDispatcher As String, _
	within As TimeSpan, _
	usePoolDispatcher As Boolean _
)
public:
ScatterGatherFirstCompletedPool(
	int^ nrOfInstances, 
	Resizer^ resizer, 
	SupervisorStrategy^ supervisorStrategy, 
	String^ routerDispatcher, 
	TimeSpan^ within, 
	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.
within
Type: TimeSpan
usePoolDispatcher
Type: Boolean
if set to true [use pool dispatcher].