Click or drag to resize
Akka.NETClusterRouterGroupSettingsFromConfig Method
Creates a new ClusterRouterGroupSettings from the specified configuration.

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ClusterRouterGroupSettings FromConfig(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration used to configure the settings.

Return Value

Type: ClusterRouterGroupSettings
New settings based on the specified config
See Also