Click or drag to resize
Akka.NETRouterRemoveRoutee Method (IActorRef)
Create a new instance without the specified routee.

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

Parameters

routee
Type: Akka.ActorIActorRef
TBD

Return Value

Type: Router
TBD
See Also