Click or drag to resize
Akka.NETClusterClientProps Method
Factory method for ClusterClientProps.

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 static Props Props(
	ClusterClientSettings settings
)

Parameters

settings
Type: Akka.Cluster.Tools.ClientClusterClientSettings
TBD

Return Value

Type: Props
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified settings is undefined.
See Also