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

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public RoundRobinGroup(
	IEnumerable<ActorRef> routees
)

Parameters

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