Click or drag to resize
Akka.NETClusterRouterSettingsBase Constructor
Initializes a new instance of the ClusterRouterSettingsBase class.

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected ClusterRouterSettingsBase(
	int totalInstances,
	bool allowLocalRoutees,
	string useRole
)

Parameters

totalInstances
Type: SystemInt32
TBD
allowLocalRoutees
Type: SystemBoolean
TBD
useRole
Type: SystemString
TBD
Exceptions
ExceptionCondition
ArgumentOutOfRangeException This exception is thrown when the specified useRole is undefined or the specified totalInstances is less than or equal to zero.
See Also