Click or drag to resize
Akka.NETRouterWithRoutees Method
Create a new instance with the specified routees and the same RoutingLogic.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Router WithRoutees(
	params Routee[] routees
)

Parameters

routees
Type: Akka.RoutingRoutee
TBD

Return Value

Type: Router
TBD
See Also