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

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ScatterGatherFirstCompletedPool(
	int nrOfInstances,
	Resizer resizer,
	SupervisorStrategy supervisorStrategy,
	string routerDispatcher,
	TimeSpan within,
	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.
within
Type: SystemTimeSpan

[Missing <param name="within"/> documentation for "M:Akka.Routing.ScatterGatherFirstCompletedPool.#ctor(System.Int32,Akka.Routing.Resizer,Akka.Actor.SupervisorStrategy,System.String,System.TimeSpan,System.Boolean)"]

usePoolDispatcher (Optional)
Type: SystemBoolean
if set to true [use pool dispatcher].
See Also