Routees Constructor
Initializes a new instance of the Routees class.
Namespace:
Akka.RoutingAssembly: Akka (in Akka.dll)
Syntax
public Routees( IEnumerable<Routee> routees )
Public Sub New ( _ routees As IEnumerable(Of Routee) _ )
public: Routees( IEnumerable<Routee^>^ routees )
Parameters
- routees
- Type: IEnumerable<(Of <(<'Routee>)>)>
The routees.