次の方法で共有


ExponentialRetry コンストラクター

定義

オーバーロード

ExponentialRetry()

ExponentialRetry クラスの新しいインスタンスを初期化します。

ExponentialRetry(TimeSpan, Int32)

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

ExponentialRetry()

ExponentialRetry クラスの新しいインスタンスを初期化します。

public ExponentialRetry ();
Public Sub New ()

適用対象

ExponentialRetry(TimeSpan, Int32)

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

public ExponentialRetry (TimeSpan deltaBackoff, int maxAttempts);
new Microsoft.Azure.Cosmos.Table.ExponentialRetry : TimeSpan * int -> Microsoft.Azure.Cosmos.Table.ExponentialRetry
Public Sub New (deltaBackoff As TimeSpan, maxAttempts As Integer)

パラメーター

deltaBackoff
TimeSpan

再試行のバックオフ間隔を指定する TimeSpan です。

maxAttempts
Int32

最大再試行回数を指定する整数値です。

適用対象