| ClusterRouterPoolSettings Constructor (Int32, Boolean, 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.129 (1.2.3.129)
Syntax [ObsoleteAttribute("This method is deprecated [1.1.0]")]
public ClusterRouterPoolSettings(
int totalInstances,
bool allowLocalRoutees,
int maxInstancesPerNode
)
[<ObsoleteAttribute("This method is deprecated [1.1.0]")>]
new :
totalInstances : int *
allowLocalRoutees : bool *
maxInstancesPerNode : int -> ClusterRouterPoolSettings
Parameters
- totalInstances
- Type: SystemInt32
N/A - allowLocalRoutees
- Type: SystemBoolean
N/A - maxInstancesPerNode
- Type: SystemInt32
N/A
See Also