| ClusterRouterGroupSettings Constructor (Int32, Boolean, String, ImmutableHashSet`1String) |
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 ClusterRouterGroupSettings(
int totalInstances,
bool allowLocalRoutees,
string useRole,
ImmutableHashSet<string> routeesPaths
)
[<ObsoleteAttribute("This method is deprecated [1.1.0]")>]
new :
totalInstances : int *
allowLocalRoutees : bool *
useRole : string *
routeesPaths : ImmutableHashSet<string> -> ClusterRouterGroupSettings
Parameters
- totalInstances
- Type: SystemInt32
N/A - allowLocalRoutees
- Type: SystemBoolean
N/A - useRole
- Type: SystemString
N/A - routeesPaths
- Type: ImmutableHashSetString
N/A
See Also