ClusterRouterSettingsBase Constructor |
Namespace: Akka.Cluster.Routing
protected ClusterRouterSettingsBase( int totalInstances, bool allowLocalRoutees, string useRole )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | This exception is thrown when the specified useRole is undefined or the specified totalInstances is less than or equal to zero. |