次の方法で共有


RetryContext クラス

定義

ポリシーが次の再試行まで待機する時間と、もう一度再試行する必要があるかどうかを判断するために渡される NextRetryDelay(RetryContext) コンテキスト。

public ref class RetryContext sealed
public sealed class RetryContext
type RetryContext = class
Public NotInheritable Class RetryContext
継承
RetryContext

コンストラクター

RetryContext()

ポリシーが次の再試行まで待機する時間と、もう一度再試行する必要があるかどうかを判断するために渡される NextRetryDelay(RetryContext) コンテキスト。

プロパティ

ElapsedTime

これまでに再試行に費やした時間。

PreviousRetryCount

これまでに失敗した連続した再試行の数。

RetryReason

現在の再試行がある場合に発生するエラー。

適用対象