| ClusterRouterPoolSettings Constructor (Int32, Int32, Boolean, String) |
Namespace: Akka.Cluster.Routing
public ClusterRouterPoolSettings( int totalInstances, int maxInstancesPerNode, bool allowLocalRoutees, string useRole = null )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | This exception is thrown when the specified maxInstancesPerNode is less than or equal to zero. |