ExponentialBackoffRetryStrategy Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExponentialBackoffRetryStrategy()
public ExponentialBackoffRetryStrategy();
Public Sub New ()
Applies to
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)
Parameters
- retryCount
- Int32
- minBackoff
- TimeSpan
- maxBackoff
- TimeSpan
- deltaBackoff
- TimeSpan
Applies to
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)
Parameters
- name
- String
- retryCount
- Int32
- minBackoff
- TimeSpan
- maxBackoff
- TimeSpan
- deltaBackoff
- TimeSpan
Applies to
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)
Parameters
- name
- String
- retryCount
- Int32
- minBackoff
- TimeSpan
- maxBackoff
- TimeSpan
- deltaBackoff
- TimeSpan
- firstFastRetry
- Boolean
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET