ScatterGatherFirstCompletedRoutees Constructor |
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ScatterGatherFirstCompletedRoutees(
Routee[] routees,
TimeSpan within
)
Public Sub New (
routees As Routee(),
within As TimeSpan
)
public:
ScatterGatherFirstCompletedRoutees(
array<Routee^>^ routees,
TimeSpan within
)
new :
routees : Routee[] *
within : TimeSpan -> ScatterGatherFirstCompletedRoutees
Parameters
- routees
- Type: Akka.RoutingRoutee
[Missing <param name="routees"/> documentation for "M:Akka.Routing.ScatterGatherFirstCompletedRoutees.#ctor(Akka.Routing.Routee[],System.TimeSpan)"]
- within
- Type: SystemTimeSpan
[Missing <param name="within"/> documentation for "M:Akka.Routing.ScatterGatherFirstCompletedRoutees.#ctor(Akka.Routing.Routee[],System.TimeSpan)"]
See Also