Click or drag to resize
Akka.NETClusterSingletonManagerSettingsWithHandOverRetryInterval Method
Create a singleton manager with specified singleton removal margin hand-over retry interval.

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 ClusterSingletonManagerSettings WithHandOverRetryInterval(
	TimeSpan handOverRetryInterval
)

Parameters

handOverRetryInterval
Type: SystemTimeSpan
TBD

Return Value

Type: ClusterSingletonManagerSettings
TBD
See Also