Compartilhar via


ExponentialRetryPolicy.GetNextRetryDelay(RetryDelayParameters) Método

Definição

Obtém o intervalo máximo para recuar antes de tentar novamente em caso de erros transitórios

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

Parâmetros

retryDelayParameters
RetryDelayParameters

Os parâmetros de atraso de repetição a serem usados para calcular novamente.

Retornos

Intervalo máximo de repetição para retirada em erros transitórios

Implementações

Aplica-se a