| RandomGroup Constructor (String) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public RandomGroup(
params string[] paths
)
new :
paths : string[] -> RandomGroup
Parameters
- paths
- Type: SystemString
>A list of actor paths used by the group router.
See Also