Initializes a new instance of the
Routees class.
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Routees(
IEnumerable<Routee> routees
)
Public Sub New (
routees As IEnumerable(Of Routee)
)
public:
Routees(
IEnumerable<Routee^>^ routees
)
new :
routees : IEnumerable<Routee> -> Routees
Parameters
- routees
- Type: System.Collections.GenericIEnumerableRoutee
The routees.
See Also