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