Click or drag to resize
Akka.NETRouterAddRoutee Method (ActorSelection)
Create a new instance with one more routee and the same RoutingLogic.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Router AddRoutee(
	ActorSelection routee
)

Parameters

routee
Type: Akka.ActorActorSelection
TBD

Return Value

Type: Router
TBD
See Also