IRetryPolicy インターフェイス

定義

再試行ポリシーを表します。

public interface IRetryPolicy
type IRetryPolicy = interface
Public Interface IRetryPolicy
派生

メソッド

CreateInstance()

現在試行中の要求に対する新しい再試行ポリシーを生成します。

ShouldRetry(Int32, Int32, Exception, TimeSpan, OperationContext)

操作を再試行するかどうかと次の再試行までの間隔を決定します。

適用対象