次の方法で共有


RetryDecision.RetryWithDelay(TimeSpan) メソッド

定義

次の再試行の前に、指定した遅延で新しい RetryDecision を作成します。

public static Microsoft.Azure.Batch.Common.RetryDecision RetryWithDelay (TimeSpan retryDelay);
static member RetryWithDelay : TimeSpan -> Microsoft.Azure.Batch.Common.RetryDecision
Public Shared Function RetryWithDelay (retryDelay As TimeSpan) As RetryDecision

パラメーター

retryDelay
TimeSpan

再試行を実行するまでの待機時間。

戻り値

RetryDecision指定した再試行遅延を持ち、ShouldRetrytrue に設定された オブジェクト。

適用対象