ServerBrowserOptions.ReconnectionRetryIntervalMilliseconds プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
再接続の試行間隔 (スカラー 形式) の基本間隔 (ミリ秒単位)。
関数形式 (retryCount, currentMs) => number には JS が必要です。
CircuitStartOptions.reconnectionOptions.retryIntervalMilliseconds にマップします。
public int? ReconnectionRetryIntervalMilliseconds { get; set; }
member this.ReconnectionRetryIntervalMilliseconds : Nullable<int> with get, set
Public Property ReconnectionRetryIntervalMilliseconds As Nullable(Of Integer)