IotHubServiceRetryPolicyBase(UInt32) コンストラクター

定義

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

protected IotHubServiceRetryPolicyBase (uint maxRetries);
new Microsoft.Azure.Devices.IotHubServiceRetryPolicyBase : uint32 -> Microsoft.Azure.Devices.IotHubServiceRetryPolicyBase
Protected Sub New (maxRetries As UInteger)

パラメーター

maxRetries
UInt32

再試行の最大数。無限再試行には負の値を使用します。

例外

の値が負の maxRetries 場合は スローします。

適用対象