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