Partilhar via


RetryPolicy.OnGetNextRetryInterval(Exception, TimeSpan, Int32, Int32) Método

Definição

protected abstract TimeSpan? OnGetNextRetryInterval (Exception lastException, TimeSpan remainingTime, int baseWaitTime, int retryCount);
abstract member OnGetNextRetryInterval : Exception * TimeSpan * int * int -> Nullable<TimeSpan>
Protected MustOverride Function OnGetNextRetryInterval (lastException As Exception, remainingTime As TimeSpan, baseWaitTime As Integer, retryCount As Integer) As Nullable(Of TimeSpan)

Parâmetros

lastException
Exception
remainingTime
TimeSpan
baseWaitTime
Int32
retryCount
Int32

Retornos

Aplica-se a