Partager via


ExponentialBackoffRetryStrategy Constructeurs

Définition

Surcharges

ExponentialBackoffRetryStrategy()
ExponentialBackoffRetryStrategy(Int32, TimeSpan, TimeSpan, TimeSpan)
ExponentialBackoffRetryStrategy(String, Int32, TimeSpan, TimeSpan, TimeSpan)
ExponentialBackoffRetryStrategy(String, Int32, TimeSpan, TimeSpan, TimeSpan, Boolean)

ExponentialBackoffRetryStrategy()

public ExponentialBackoffRetryStrategy ();
Public Sub New ()

S’applique à

ExponentialBackoffRetryStrategy(Int32, TimeSpan, TimeSpan, TimeSpan)

public ExponentialBackoffRetryStrategy (int retryCount, TimeSpan minBackoff, TimeSpan maxBackoff, TimeSpan deltaBackoff);
new Microsoft.Rest.TransientFaultHandling.ExponentialBackoffRetryStrategy : int * TimeSpan * TimeSpan * TimeSpan -> Microsoft.Rest.TransientFaultHandling.ExponentialBackoffRetryStrategy
Public Sub New (retryCount As Integer, minBackoff As TimeSpan, maxBackoff As TimeSpan, deltaBackoff As TimeSpan)

Paramètres

retryCount
Int32
minBackoff
TimeSpan
maxBackoff
TimeSpan
deltaBackoff
TimeSpan

S’applique à

ExponentialBackoffRetryStrategy(String, Int32, TimeSpan, TimeSpan, TimeSpan)

public ExponentialBackoffRetryStrategy (string name, int retryCount, TimeSpan minBackoff, TimeSpan maxBackoff, TimeSpan deltaBackoff);
new Microsoft.Rest.TransientFaultHandling.ExponentialBackoffRetryStrategy : string * int * TimeSpan * TimeSpan * TimeSpan -> Microsoft.Rest.TransientFaultHandling.ExponentialBackoffRetryStrategy
Public Sub New (name As String, retryCount As Integer, minBackoff As TimeSpan, maxBackoff As TimeSpan, deltaBackoff As TimeSpan)

Paramètres

name
String
retryCount
Int32
minBackoff
TimeSpan
maxBackoff
TimeSpan
deltaBackoff
TimeSpan

S’applique à

ExponentialBackoffRetryStrategy(String, Int32, TimeSpan, TimeSpan, TimeSpan, Boolean)

public ExponentialBackoffRetryStrategy (string name, int retryCount, TimeSpan minBackoff, TimeSpan maxBackoff, TimeSpan deltaBackoff, bool firstFastRetry);
new Microsoft.Rest.TransientFaultHandling.ExponentialBackoffRetryStrategy : string * int * TimeSpan * TimeSpan * TimeSpan * bool -> Microsoft.Rest.TransientFaultHandling.ExponentialBackoffRetryStrategy
Public Sub New (name As String, retryCount As Integer, minBackoff As TimeSpan, maxBackoff As TimeSpan, deltaBackoff As TimeSpan, firstFastRetry As Boolean)

Paramètres

name
String
retryCount
Int32
minBackoff
TimeSpan
maxBackoff
TimeSpan
deltaBackoff
TimeSpan
firstFastRetry
Boolean

S’applique à