| RemoveRoutee Constructor |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public RemoveRoutee(
Routee routee
)
new :
routee : Routee -> RemoveRoutee
Parameters
- routee
- Type: Akka.RoutingRoutee
The routee to remove from the router's collection of routees.
See Also