Click or drag to resize
BroadcastGroup Constructor (String)
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(
	params string[] paths
)

Parameters

paths
Type: SystemString
The paths.
See Also