Partager via


RetryPolicy.GetNextRetryInterval(Exception, TimeSpan, Int32) Méthode

Définition

Obtient l’intervalle de temps de l’opération de nouvelle tentative suivante.

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)

Paramètres

lastException
Exception

Dernière exception levée

remainingTime
TimeSpan

Temps restant pour le délai d’expiration cumulé

retryCount
Int32

Nombre de nouvelles tentatives actuelles

Retours

S’applique à