Click or drag to resize
Akka.NETClusterSingletonManagerSettingsHandOverRetryInterval Property
When a node is becoming oldest it sends hand-over request to previous oldest, that might be leaving the cluster.

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 TimeSpan HandOverRetryInterval { get; }

Property Value

Type: TimeSpan
See Also