Click or drag to resize
ScatterGatherFirstCompletedGroup Constructor (IEnumerableActorRef, TimeSpan)
Initializes a new instance of the ScatterGatherFirstCompletedGroup class.

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ScatterGatherFirstCompletedGroup(
	IEnumerable<ActorRef> routees,
	TimeSpan within
)

Parameters

routees
Type: System.Collections.GenericIEnumerableActorRef
The routees.
within
Type: SystemTimeSpan

[Missing <param name="within"/> documentation for "M:Akka.Routing.ScatterGatherFirstCompletedGroup.#ctor(System.Collections.Generic.IEnumerable{Akka.Actor.ActorRef},System.TimeSpan)"]

See Also