Click or drag to resize
Akka.NETClusterSingletonProxyProps Method
Factory method for ClusterSingletonProxyProps.

Namespace:  Akka.Cluster.Tools.Singleton
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Props Props(
	string singletonManagerPath,
	ClusterSingletonProxySettings settings
)

Parameters

singletonManagerPath
Type: SystemString
The logical path of the singleton manager, e.g. `/user/singletonManager`, which ends with the name you defined in `actorOf` when creating the ClusterSingletonManager.
settings
Type: Akka.Cluster.Tools.SingletonClusterSingletonProxySettings
Cluster singleton proxy settings.

Return Value

Type: Props
TBD
See Also