Click or drag to resize
ScatterGatherFirstCompletedGroup Constructor (IEnumerableString, 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<string> paths,
	TimeSpan within
)

Parameters

paths
Type: System.Collections.GenericIEnumerableString
The paths.
within
Type: SystemTimeSpan

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

See Also