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

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

Parameters

routees
Type: System.Collections.GenericIEnumerableActorRef

[Missing <param name="routees"/> documentation for "M:Akka.Routing.Group.#ctor(System.Collections.Generic.IEnumerable{Akka.Actor.ActorRef})"]

See Also