Compartir a través de


IotHubServiceRetryPolicyBase Clase

Definición

Una directiva de reintento base.

public abstract class IotHubServiceRetryPolicyBase : Microsoft.Azure.Devices.IIotHubServiceRetryPolicy
type IotHubServiceRetryPolicyBase = class
    interface IIotHubServiceRetryPolicy
Public MustInherit Class IotHubServiceRetryPolicyBase
Implements IIotHubServiceRetryPolicy
Herencia
IotHubServiceRetryPolicyBase
Derivado
Implementaciones

Constructores

IotHubServiceRetryPolicyBase(UInt32)

Crea una instancia de esta clase.

Propiedades

MaxRetries

Número máximo de reintentos

Métodos

ShouldRetry(UInt32, Exception, TimeSpan)

Método llamado por el cliente antes de un reintento.

UpdateWithJitter(Double)

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

Se aplica a