Click or drag to resize
Akka.NETClusterSingletonManagerProps 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.42 (1.2.3.42)
Syntax
public static Props Props(
	Props singletonProps,
	ClusterSingletonManagerSettings settings
)

Parameters

singletonProps
Type: Akka.ActorProps
Props of the singleton actor instance.
settings
Type: Akka.Cluster.Tools.SingletonClusterSingletonManagerSettings
Cluster singleton manager settings.

Return Value

Type: Props
TBD
See Also