Click or drag to resize
ScatterGatherFirstCompletedRoutees Constructor
Initializes a new instance of the ScatterGatherFirstCompletedRoutees class

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ScatterGatherFirstCompletedRoutees(
	Routee[] routees,
	TimeSpan within
)

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