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

Parameters

within
Type: SystemTimeSpan

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

paths
Type: SystemString
The paths.
See Also