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