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