Click or drag to resize
Routees Constructor
Initializes a new instance of the Routees class.

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

Parameters

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