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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET