Partilhar via


DelayStrategy.GetNextDelay(Response, Int32) Método

Definição

Obtém o próximo intervalo de atraso levando em conta o Atraso Máximo, a tremulação e todos os cabeçalhos Retry-After.

public TimeSpan GetNextDelay (Azure.Response? response, int retryNumber);
member this.GetNextDelay : Azure.Response * int -> TimeSpan
Public Function GetNextDelay (response As Response, retryNumber As Integer) As TimeSpan

Parâmetros

response
Response

A resposta, se houver, retornada do serviço.

retryNumber
Int32

O número de repetição.

Retornos

Um TimeSpan que representa o próximo intervalo de atraso.

Aplica-se a