| BroadcastGroup Constructor (IEnumerableString) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public BroadcastGroup(
IEnumerable<string> paths
)
new :
paths : IEnumerable<string> -> BroadcastGroup
Parameters
- paths
- Type: System.Collections.GenericIEnumerableString
An enumeration of actor paths used by the group router.
See Also