次の方法で共有


RetryPolicy.GetNextRetryInterval(Exception, TimeSpan, Int32) メソッド

定義

次の再試行操作の期間を取得します。

public TimeSpan? GetNextRetryInterval (Exception lastException, TimeSpan remainingTime, int retryCount);
member this.GetNextRetryInterval : Exception * TimeSpan * int -> Nullable<TimeSpan>
Public Function GetNextRetryInterval (lastException As Exception, remainingTime As TimeSpan, retryCount As Integer) As Nullable(Of TimeSpan)

パラメーター

lastException
Exception

最後にスローされた例外

remainingTime
TimeSpan

累積タイムアウトの残り時間

retryCount
Int32

現在の再試行回数

戻り値

適用対象