IotHubServiceFixedDelayRetryPolicy Clase

Definición

Representa una directiva de reintento que realiza un número especificado de reintentos, utilizando un retraso de reintento fijo con vibración.

public class IotHubServiceFixedDelayRetryPolicy : Microsoft.Azure.Devices.IotHubServiceRetryPolicyBase
type IotHubServiceFixedDelayRetryPolicy = class
    inherit IotHubServiceRetryPolicyBase
Public Class IotHubServiceFixedDelayRetryPolicy
Inherits IotHubServiceRetryPolicyBase
Herencia
IotHubServiceFixedDelayRetryPolicy

Comentarios

La vibración puede cambiar el retraso del 95 % al 105 % del tiempo calculado.

Constructores

IotHubServiceFixedDelayRetryPolicy(UInt32, TimeSpan, Boolean)

Crea una instancia de esta clase.

Propiedades

MaxRetries

Número máximo de reintentos

(Heredado de IotHubServiceRetryPolicyBase)

Métodos

ShouldRetry(UInt32, Exception, TimeSpan)

Devuelve true si, en función de los parámetros, se debe reintentar la operación.

UpdateWithJitter(Double)

Obtiene la vibración entre el 95 % y el 105 % del tiempo base.

(Heredado de IotHubServiceRetryPolicyBase)

Se aplica a