Click or drag to resize
Akka.NETClusterClientSettingsReconnectTimeout Property
If the connection to the receptionist is lost and cannot be re-established within this duration the cluster client will be stopped. This makes it possible to watch it from another actor and possibly acquire a new list of InitialContacts from some external service registry

Namespace:  Akka.Cluster.Tools.Client
Assembly:  Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Nullable<TimeSpan> ReconnectTimeout { get; }

Property Value

Type: NullableTimeSpan
See Also