Click or drag to resize
PoolGetRoutees Method

[Missing <summary> documentation for "M:Akka.Routing.Pool.GetRoutees(Akka.Routing.RoutedActorCell)"]

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override IEnumerable<Routee> GetRoutees(
	RoutedActorCell routedActorCell
)

Parameters

routedActorCell
Type: Akka.RoutingRoutedActorCell

[Missing <param name="routedActorCell"/> documentation for "M:Akka.Routing.Pool.GetRoutees(Akka.Routing.RoutedActorCell)"]

Return Value

Type: IEnumerableRoutee

[Missing <returns> documentation for "M:Akka.Routing.Pool.GetRoutees(Akka.Routing.RoutedActorCell)"]

See Also