Click or drag to resize
Akka.NETClusterRouterPoolSettings Constructor (Int32, Boolean, String, Int32)

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 ClusterRouterPoolSettings(
	int totalInstances,
	bool allowLocalRoutees,
	string useRole,
	int maxInstancesPerNode
)

Parameters

totalInstances
Type: SystemInt32
N/A
allowLocalRoutees
Type: SystemBoolean
N/A
useRole
Type: SystemString
N/A
maxInstancesPerNode
Type: SystemInt32
N/A
See Also