| RoundRobinGroup Constructor (IEnumerableString, String) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public RoundRobinGroup(
IEnumerable<string> paths,
string routerDispatcher
)
new :
paths : IEnumerable<string> *
routerDispatcher : string -> RoundRobinGroup
Parameters
- paths
- Type: System.Collections.GenericIEnumerableString
A list of paths used by the group router. - routerDispatcher
- Type: SystemString
The dispatcher to use when passing messages to routees.
See Also