Click or drag to resize
BroadcastGroup Constructor (IEnumerableActorRef)
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<ActorRef> routees
)

Parameters

routees
Type: System.Collections.GenericIEnumerableActorRef
The routees.
See Also