ScatterGatherFirstCompletedGroup Constructor (IEnumerable<(Of <(<'String>)>)>, TimeSpan)
Initializes a new instance of the ScatterGatherFirstCompletedGroup class.
Namespace:
Akka.RoutingAssembly: 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 )