Click or drag to resize
Akka.NETRoundRobinGroup Constructor (IEnumerableIActorRef)

Note: This API is now obsolete.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[ObsoleteAttribute("Use RoundRobinGroup constructor with IEnumerable<string> parameter [1.1.0]")]
public RoundRobinGroup(
	IEnumerable<IActorRef> routees
)

Parameters

routees
Type: System.Collections.GenericIEnumerableIActorRef
N/A
See Also