ServerBrowserOptions.ReconnectionRetryIntervalMilliseconds プロパティ

定義

再接続の試行間隔 (スカラー 形式) の基本間隔 (ミリ秒単位)。 関数形式 (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)

プロパティ値

適用対象