[Missing <summary> documentation for "M:Akka.Routing.Pool.GetRoutees(Akka.Routing.RoutedActorCell)"]
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override IEnumerable<Routee> GetRoutees(
RoutedActorCell routedActorCell
)
Public Overrides Function GetRoutees (
routedActorCell As RoutedActorCell
) As IEnumerable(Of Routee)
public:
virtual IEnumerable<Routee^>^ GetRoutees(
RoutedActorCell^ routedActorCell
) override
abstract GetRoutees :
routedActorCell : RoutedActorCell -> IEnumerable<Routee>
override GetRoutees :
routedActorCell : RoutedActorCell -> IEnumerable<Routee>
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