Click or drag to resize
Akka.NETClusterRouterGroupSettings Constructor (Int32, IEnumerableString, Boolean, String)
Initializes a new instance of the ClusterRouterGroupSettings class.

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterRouterGroupSettings(
	int totalInstances,
	IEnumerable<string> routeesPaths,
	bool allowLocalRoutees,
	string useRole = null
)

Parameters

totalInstances
Type: SystemInt32
TBD
routeesPaths
Type: System.Collections.GenericIEnumerableString
TBD
allowLocalRoutees
Type: SystemBoolean
TBD
useRole (Optional)
Type: SystemString
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when either the specified routeesPaths is undefined or a path defined in the specified routeesPaths is an invalid relative actor path.
See Also