ScatterGatherFirstCompletedGroup Constructor (IEnumerable<(Of <(<'ActorRef>)>)>, TimeSpan)

Initializes a new instance of the ScatterGatherFirstCompletedGroup class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public ScatterGatherFirstCompletedGroup(
	IEnumerable<ActorRef> routees,
	TimeSpan within
)
Public Sub New ( _
	routees As IEnumerable(Of ActorRef), _
	within As TimeSpan _
)
public:
ScatterGatherFirstCompletedGroup(
	IEnumerable<ActorRef^>^ routees, 
	TimeSpan^ within
)

Parameters

routees
Type: IEnumerable<(Of <(<'ActorRef>)>)>
The routees.
within
Type: TimeSpan