ScatterGatherFirstCompletedGroup Constructor (TimeSpan, String) |
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ScatterGatherFirstCompletedGroup(
TimeSpan within,
params string[] paths
)
Public Sub New (
within As TimeSpan,
ParamArray paths As String()
)
public:
ScatterGatherFirstCompletedGroup(
TimeSpan within,
... array<String^>^ paths
)
new :
within : TimeSpan *
paths : string[] -> ScatterGatherFirstCompletedGroup
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