次の方法で共有


LinearRetry(TimeSpan, Int32) コンストラクター

定義

指定されたデルタと最大再試行回数を使用して、LinearRetry クラスの新しいインスタンスを初期化します。

public LinearRetry (TimeSpan deltaBackoff, int maxRetries);
new Microsoft.Azure.Batch.Common.LinearRetry : TimeSpan * int -> Microsoft.Azure.Batch.Common.LinearRetry
Public Sub New (deltaBackoff As TimeSpan, maxRetries As Integer)

パラメーター

deltaBackoff
TimeSpan

再試行の間のバックオフ間隔。

maxRetries
Int32

再試行の最大数。

適用対象