LinearRetry コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
LinearRetry() | |
LinearRetry(TimeSpan, Int32) |
LinearRetry()
public LinearRetry ();
Public Sub New ()
適用対象
LinearRetry(TimeSpan, Int32)
public LinearRetry (TimeSpan deltaBackoff, int maxAttempts);
new Microsoft.WindowsAzure.Storage.RetryPolicies.LinearRetry : TimeSpan * int -> Microsoft.WindowsAzure.Storage.RetryPolicies.LinearRetry
Public Sub New (deltaBackoff As TimeSpan, maxAttempts As Integer)
パラメーター
- deltaBackoff
- TimeSpan
- maxAttempts
- Int32
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET