Compartilhar via


RetryPolicy(Int32, DelayStrategy) Construtor

Definição

Inicializa uma nova instância da classe RetryPolicy.

public RetryPolicy (int maxRetries = 3, Azure.Core.DelayStrategy? delayStrategy = default);
new Azure.Core.Pipeline.RetryPolicy : int * Azure.Core.DelayStrategy -> Azure.Core.Pipeline.RetryPolicy
Public Sub New (Optional maxRetries As Integer = 3, Optional delayStrategy As DelayStrategy = Nothing)

Parâmetros

maxRetries
Int32

O número máximo de tentativas de repetição.

delayStrategy
DelayStrategy

O atraso a ser usado para calcular o intervalo entre tentativas de repetição.

Aplica-se a