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

Initializes a new instance of the ScatterGatherFirstCompletedGroup class.

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

Syntax


public ScatterGatherFirstCompletedGroup(
	IEnumerable<string> paths,
	TimeSpan within
)
Public Sub New ( _
	paths As IEnumerable(Of String), _
	within As TimeSpan _
)
public:
ScatterGatherFirstCompletedGroup(
	IEnumerable<String^>^ paths, 
	TimeSpan^ within
)

Parameters

paths
Type: IEnumerable<(Of <(<'String>)>)>
The paths.
within
Type: TimeSpan