Click or drag to resize
Akka.NETClusterRouterGroupSettings Constructor (Int32, Boolean, IEnumerableString)

Note: This API is now obsolete.

Obsolete. This constructor is no longer applicable.

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[ObsoleteAttribute("This method is deprecated [1.1.0]")]
public ClusterRouterGroupSettings(
	int totalInstances,
	bool allowLocalRoutees,
	IEnumerable<string> routeesPaths
)

Parameters

totalInstances
Type: SystemInt32
N/A
allowLocalRoutees
Type: SystemBoolean
N/A
routeesPaths
Type: System.Collections.GenericIEnumerableString
N/A
See Also