Partager via


ExponentialRetryPolicy.GetNextRetryDelay(RetryDelayParameters) Méthode

Définition

Obtient l’intervalle maximal de sauvegarde avant de réessayer en cas d’erreurs temporaires

public TimeSpan GetNextRetryDelay (Microsoft.ServiceFabric.Services.Communication.Client.RetryDelayParameters retryDelayParameters);
abstract member GetNextRetryDelay : Microsoft.ServiceFabric.Services.Communication.Client.RetryDelayParameters -> TimeSpan
override this.GetNextRetryDelay : Microsoft.ServiceFabric.Services.Communication.Client.RetryDelayParameters -> TimeSpan
Public Function GetNextRetryDelay (retryDelayParameters As RetryDelayParameters) As TimeSpan

Paramètres

retryDelayParameters
RetryDelayParameters

Paramètres de délai de nouvelle tentative à utiliser pour calculer la nouvelle tentative.

Retours

Intervalle maximal de nouvelles tentatives de sauvegarde en cas d’erreurs temporaires

Implémente

S’applique à