Click or drag to resize
Akka.NETScatterGatherFirstCompletedGroup Constructor (IEnumerableIActorRef, TimeSpan)

Note: This API is now obsolete.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[ObsoleteAttribute("Use new ScatterGatherFirstCompletedGroup(actorRefs.Select(c => c.Path.ToString()), within) instead [1.1.0]")]
public ScatterGatherFirstCompletedGroup(
	IEnumerable<IActorRef> routees,
	TimeSpan within
)

Parameters

routees
Type: System.Collections.GenericIEnumerableIActorRef
N/A
within
Type: SystemTimeSpan
N/A
See Also