ScatterGatherFirstCompletedPool Constructor (Int32, Resizer, SupervisorStrategy, String, TimeSpan, Boolean) |
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ScatterGatherFirstCompletedPool(
int nrOfInstances,
Resizer resizer,
SupervisorStrategy supervisorStrategy,
string routerDispatcher,
TimeSpan within,
bool usePoolDispatcher = false
)
Public Sub New (
nrOfInstances As Integer,
resizer As Resizer,
supervisorStrategy As SupervisorStrategy,
routerDispatcher As String,
within As TimeSpan,
Optional usePoolDispatcher As Boolean = false
)
public:
ScatterGatherFirstCompletedPool(
int nrOfInstances,
Resizer^ resizer,
SupervisorStrategy^ supervisorStrategy,
String^ routerDispatcher,
TimeSpan within,
bool usePoolDispatcher = false
)
new :
nrOfInstances : int *
resizer : Resizer *
supervisorStrategy : SupervisorStrategy *
routerDispatcher : string *
within : TimeSpan *
?usePoolDispatcher : bool
(* Defaults:
let _usePoolDispatcher = defaultArg usePoolDispatcher false
*)
-> ScatterGatherFirstCompletedPool
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