ServerBrowserOptions.ReconnectionRetryIntervalMilliseconds Property

Definition

Base interval in milliseconds between reconnection attempts (scalar form). The function form (retryCount, currentMs) => number requires JS. Maps to CircuitStartOptions.reconnectionOptions.retryIntervalMilliseconds.

public int? ReconnectionRetryIntervalMilliseconds { get; set; }
member this.ReconnectionRetryIntervalMilliseconds : Nullable<int> with get, set
Public Property ReconnectionRetryIntervalMilliseconds As Nullable(Of Integer)

Property Value

Applies to