次の方法で共有


ExceptionHandlingRetryResult.GetRetryDelay(Int32) メソッド

定義

操作を再試行する時間間隔を取得します。

public TimeSpan GetRetryDelay(int retryAttempt);
member this.GetRetryDelay : int -> TimeSpan
Public Function GetRetryDelay (retryAttempt As Integer) As TimeSpan

パラメーター

retryAttempt
Int32

遅延を計算する再試行。

戻り値

操作を再試行する必要がある遅延時間

適用対象