| ClusterRouterGroupSettings Constructor (Int32, Boolean, IEnumerableString) |
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 ClusterRouterGroupSettings(
int totalInstances,
bool allowLocalRoutees,
IEnumerable<string> routeesPaths
)
[<ObsoleteAttribute("This method is deprecated [1.1.0]")>]
new :
totalInstances : int *
allowLocalRoutees : bool *
routeesPaths : IEnumerable<string> -> ClusterRouterGroupSettings
Parameters
- totalInstances
- Type: SystemInt32
N/A - allowLocalRoutees
- Type: SystemBoolean
N/A - routeesPaths
- Type: System.Collections.GenericIEnumerableString
N/A
See Also