IotHubServiceRetryPolicyBase クラス

定義

基本再試行ポリシー。

public abstract class IotHubServiceRetryPolicyBase : Microsoft.Azure.Devices.IIotHubServiceRetryPolicy
type IotHubServiceRetryPolicyBase = class
    interface IIotHubServiceRetryPolicy
Public MustInherit Class IotHubServiceRetryPolicyBase
Implements IIotHubServiceRetryPolicy
継承
IotHubServiceRetryPolicyBase
派生
実装

コンストラクター

IotHubServiceRetryPolicyBase(UInt32)

このクラスのインスタンスを作成します。

プロパティ

MaxRetries

再試行の最大数

メソッド

ShouldRetry(UInt32, Exception, TimeSpan)

再試行の前にクライアントによって呼び出されるメソッド。

UpdateWithJitter(Double)

基準時間の 95% から 105% の間のジッターを取得します。

適用対象