Compartilhar via


IotHubServiceRetryPolicyBase(UInt32) Construtor

Definição

Cria uma instância dessa classe.

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

Parâmetros

maxRetries
UInt32

O número máximo de repetições; use um valor negativo para repetições infinitas.

Exceções

Gere se o valor de maxRetries for negativo.

Aplica-se a