IncrementalRetryStrategy 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
IncrementalRetryStrategy()
public IncrementalRetryStrategy ();
Public Sub New ()
Aplica-se a
IncrementalRetryStrategy(Int32, TimeSpan, TimeSpan)
public IncrementalRetryStrategy (int retryCount, TimeSpan initialInterval, TimeSpan increment);
new Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy : int * TimeSpan * TimeSpan -> Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy
Public Sub New (retryCount As Integer, initialInterval As TimeSpan, increment As TimeSpan)
Parâmetros
- retryCount
- Int32
- initialInterval
- TimeSpan
- increment
- TimeSpan
Aplica-se a
IncrementalRetryStrategy(String, Int32, TimeSpan, TimeSpan)
public IncrementalRetryStrategy (string name, int retryCount, TimeSpan initialInterval, TimeSpan increment);
new Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy : string * int * TimeSpan * TimeSpan -> Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy
Public Sub New (name As String, retryCount As Integer, initialInterval As TimeSpan, increment As TimeSpan)
Parâmetros
- name
- String
- retryCount
- Int32
- initialInterval
- TimeSpan
- increment
- TimeSpan
Aplica-se a
IncrementalRetryStrategy(String, Int32, TimeSpan, TimeSpan, Boolean)
public IncrementalRetryStrategy (string name, int retryCount, TimeSpan initialInterval, TimeSpan increment, bool firstFastRetry);
new Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy : string * int * TimeSpan * TimeSpan * bool -> Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy
Public Sub New (name As String, retryCount As Integer, initialInterval As TimeSpan, increment As TimeSpan, firstFastRetry As Boolean)
Parâmetros
- name
- String
- retryCount
- Int32
- initialInterval
- TimeSpan
- increment
- TimeSpan
- firstFastRetry
- Boolean
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET