ScatterGatherFirstCompletedGroup Constructor (IEnumerableIActorRef, TimeSpan) |
Note: This API is now obsolete.
new ScatterGatherFirstCompletedGroup(actorRefs.Select(c => c.Path.ToString()), within)
Namespace: Akka.Routing
[ObsoleteAttribute("Use new ScatterGatherFirstCompletedGroup(actorRefs.Select(c => c.Path.ToString()), within) instead [1.1.0]")] public ScatterGatherFirstCompletedGroup( IEnumerable<IActorRef> routees, TimeSpan within )