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

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterRouterPoolSettings(
	int totalInstances,
	int maxInstancesPerNode,
	bool allowLocalRoutees,
	string useRole = null
)

Parameters

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