RetryExponential Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RetryExponential(TimeSpan, TimeSpan, Int32) |
Retorna um novo objeto de política de repetição RetryExponential. |
RetryExponential(TimeSpan, TimeSpan, TimeSpan, Int32) |
Retorna um novo objeto de política de repetição RetryExponential. |
RetryExponential(TimeSpan, TimeSpan, Int32)
- Origem:
- RetryExponential.cs
Retorna um novo objeto de política de repetição RetryExponential.
public RetryExponential (TimeSpan minimumBackoff, TimeSpan maximumBackoff, int maximumRetryCount);
new Microsoft.Azure.ServiceBus.RetryExponential : TimeSpan * TimeSpan * int -> Microsoft.Azure.ServiceBus.RetryExponential
Public Sub New (minimumBackoff As TimeSpan, maximumBackoff As TimeSpan, maximumRetryCount As Integer)
Parâmetros
- minimumBackoff
- TimeSpan
Intervalo mínimo de retirada.
- maximumBackoff
- TimeSpan
Intervalo máximo de retirada.
- maximumRetryCount
- Int32
Aplica-se a
RetryExponential(TimeSpan, TimeSpan, TimeSpan, Int32)
- Origem:
- RetryExponential.cs
Retorna um novo objeto de política de repetição RetryExponential.
public RetryExponential (TimeSpan minimumBackoff, TimeSpan maximumBackoff, TimeSpan deltaBackoff, int maxRetryCount);
new Microsoft.Azure.ServiceBus.RetryExponential : TimeSpan * TimeSpan * TimeSpan * int -> Microsoft.Azure.ServiceBus.RetryExponential
Public Sub New (minimumBackoff As TimeSpan, maximumBackoff As TimeSpan, deltaBackoff As TimeSpan, maxRetryCount As Integer)
Parâmetros
- minimumBackoff
- TimeSpan
Intervalo mínimo de retirada.
- maximumBackoff
- TimeSpan
Intervalo máximo de retirada.
- deltaBackoff
- TimeSpan
Intervalo de retirada delta.
- maxRetryCount
- Int32
Aplica-se a
Azure SDK for .NET