ScatterGatherFirstCompletedPool Constructor (Int32, Resizer, SupervisorStrategy, String, TimeSpan, Boolean)
Namespace:
Akka.Routing
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
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].