Click or drag to resize
BroadcastGroup Constructor (IEnumerableString)
Initializes a new instance of the BroadcastGroup class.

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public BroadcastGroup(
	IEnumerable<string> paths
)

Parameters

paths
Type: System.Collections.GenericIEnumerableString
The paths.
See Also