FixedIntervalRetryStrategy Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FixedIntervalRetryStrategy()
public FixedIntervalRetryStrategy ();
Public Sub New ()
S’applique à
FixedIntervalRetryStrategy(Int32)
public FixedIntervalRetryStrategy (int retryCount);
new Microsoft.Rest.TransientFaultHandling.FixedIntervalRetryStrategy : int -> Microsoft.Rest.TransientFaultHandling.FixedIntervalRetryStrategy
Public Sub New (retryCount As Integer)
Paramètres
- retryCount
- Int32
S’applique à
FixedIntervalRetryStrategy(Int32, TimeSpan)
public FixedIntervalRetryStrategy (int retryCount, TimeSpan retryInterval);
new Microsoft.Rest.TransientFaultHandling.FixedIntervalRetryStrategy : int * TimeSpan -> Microsoft.Rest.TransientFaultHandling.FixedIntervalRetryStrategy
Public Sub New (retryCount As Integer, retryInterval As TimeSpan)
Paramètres
- retryCount
- Int32
- retryInterval
- TimeSpan
S’applique à
FixedIntervalRetryStrategy(String, Int32, TimeSpan)
public FixedIntervalRetryStrategy (string name, int retryCount, TimeSpan retryInterval);
new Microsoft.Rest.TransientFaultHandling.FixedIntervalRetryStrategy : string * int * TimeSpan -> Microsoft.Rest.TransientFaultHandling.FixedIntervalRetryStrategy
Public Sub New (name As String, retryCount As Integer, retryInterval As TimeSpan)
Paramètres
- name
- String
- retryCount
- Int32
- retryInterval
- TimeSpan
S’applique à
FixedIntervalRetryStrategy(String, Int32, TimeSpan, Boolean)
public FixedIntervalRetryStrategy (string name, int retryCount, TimeSpan retryInterval, bool firstFastRetry);
new Microsoft.Rest.TransientFaultHandling.FixedIntervalRetryStrategy : string * int * TimeSpan * bool -> Microsoft.Rest.TransientFaultHandling.FixedIntervalRetryStrategy
Public Sub New (name As String, retryCount As Integer, retryInterval As TimeSpan, firstFastRetry As Boolean)
Paramètres
- name
- String
- retryCount
- Int32
- retryInterval
- TimeSpan
- firstFastRetry
- Boolean
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET