Compartilhar via


IotHubClientRetryPolicyBase Classe

Definição

Uma política de repetição base.

public abstract class IotHubClientRetryPolicyBase : Microsoft.Azure.Devices.Client.IIotHubClientRetryPolicy
type IotHubClientRetryPolicyBase = class
    interface IIotHubClientRetryPolicy
Public MustInherit Class IotHubClientRetryPolicyBase
Implements IIotHubClientRetryPolicy
Herança
IotHubClientRetryPolicyBase
Derivado
Implementações

Construtores

IotHubClientRetryPolicyBase(UInt32)

Cria uma instância dessa classe.

Propriedades

MaxRetries

O número máximo de repetições

Métodos

ShouldRetry(UInt32, Exception, TimeSpan)

Método chamado pelo cliente antes de uma repetição.

UpdateWithJitter(Double)

Obtém tremulação entre 95% e 105% do tempo base.

Aplica-se a