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

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RoundRobinGroup(
	params string[] paths
)

Parameters

paths
Type: SystemString
A list of paths used by the group router.
See Also