ScatterGatherFirstCompletedRoutees Constructor

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

Syntax


public ScatterGatherFirstCompletedRoutees(
	Routee[] routees,
	TimeSpan within
)
Public Sub New ( _
	routees As Routee(), _
	within As TimeSpan _
)
public:
ScatterGatherFirstCompletedRoutees(
	array<Routee^>^ routees, 
	TimeSpan^ within
)

Parameters

routees
Type: array<Routee>[]()[][]
within
Type: TimeSpan