ClusterRouterGroupSettings Constructor (Int32, IEnumerableString, Boolean, String) |
Namespace: Akka.Cluster.Routing
public ClusterRouterGroupSettings( int totalInstances, IEnumerable<string> routeesPaths, bool allowLocalRoutees, string useRole = null )
Exception | Condition |
---|---|
ArgumentException | This exception is thrown when either the specified routeesPaths is undefined or a path defined in the specified routeesPaths is an invalid relative actor path. |