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

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public RandomGroup(
	IEnumerable<string> paths
)

Parameters

paths
Type: System.Collections.GenericIEnumerableString
The paths.
See Also