Compartir a través de


IotHubServiceRetryPolicyBase(UInt32) Constructor

Definición

Crea una instancia de esta clase.

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

Parámetros

maxRetries
UInt32

Número máximo de reintentos; use un valor negativo para reintentos infinitos.

Excepciones

Inicia si el valor de maxRetries es negativo.

Se aplica a