Click or drag to resize
Akka.NETClusterClient Constructor
Initializes a new instance of the ClusterClient class.

Namespace:  Akka.Cluster.Tools.Client
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterClient(
	ClusterClientSettings settings
)

Parameters

settings
Type: Akka.Cluster.Tools.ClientClusterClientSettings
The settings used to configure the client.
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the settings contains no initial contacts.
See Also