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

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

Parameters

routees
Type: Akka.RoutingRoutee

[Missing <param name="routees"/> documentation for "M:Akka.Routing.Router.WithRoutees(Akka.Routing.Routee[])"]

Return Value

Type: Router

[Missing <returns> documentation for "M:Akka.Routing.Router.WithRoutees(Akka.Routing.Routee[])"]

See Also