Router..::..Routees Property

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

Syntax


public IEnumerable<Routee> Routees { get; }
Public ReadOnly Property Routees As IEnumerable(Of Routee)
	Get
public:
property IEnumerable<Routee^>^ Routees {
	IEnumerable<Routee^>^ get ();
}