Click or drag to resize
Akka.NETClusterSingletonManager.Props Method (Props, ClusterSingletonManagerSettings)
Creates props for the current cluster singleton manager using PoisonPill as the default termination message.

Namespace:  Akka.Cluster.Tools.Singleton
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static Props Props(
	Props singletonProps,
	ClusterSingletonManagerSettings settings
)

Parameters

singletonProps
Type: Akka.Actor.Props
Props of the singleton actor instance.
settings
Type: Akka.Cluster.Tools.Singleton.ClusterSingletonManagerSettings
Cluster singleton manager settings.

Return Value

Type: Props
TBD
See Also