Click or drag to resize
Akka.NETClusterSettings Constructor
Initializes a new instance of the ClusterSettings class.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterSettings(
	Config config,
	string systemName
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration to use when setting up the cluster.
systemName
Type: SystemString
The name of the actor system hosting the cluster.
See Also