你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExponentialBackoffRetryStrategy 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ExponentialBackoffRetryStrategy()
public ExponentialBackoffRetryStrategy ();
Public Sub New ()
适用于
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)
参数
- retryCount
- Int32
- minBackoff
- TimeSpan
- maxBackoff
- TimeSpan
- deltaBackoff
- TimeSpan
适用于
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)
参数
- name
- String
- retryCount
- Int32
- minBackoff
- TimeSpan
- maxBackoff
- TimeSpan
- deltaBackoff
- TimeSpan
适用于
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)
参数
- name
- String
- retryCount
- Int32
- minBackoff
- TimeSpan
- maxBackoff
- TimeSpan
- deltaBackoff
- TimeSpan
- firstFastRetry
- Boolean