| RouterAddRoutee 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
)
member AddRoutee :
routee : ActorSelection -> Router
Parameters
- routee
- Type: Akka.ActorActorSelection
TBD
Return Value
Type:
RouterTBD
See Also