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