Group..::..GetRoutees Method

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public IEnumerable<Routee> GetRoutees(
	RoutedActorCell routedActorCell
)
Public Function GetRoutees ( _
	routedActorCell As RoutedActorCell _
) As IEnumerable(Of Routee)
public:
IEnumerable<Routee^>^ GetRoutees(
	RoutedActorCell^ routedActorCell
)

Parameters

routedActorCell
Type: Akka.Routing..::..RoutedActorCell