ServerBrowserOptions.ReconnectionRetryIntervalMilliseconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)