Partilhar via


IotHubServiceRetryPolicyBase Classe

Definição

Uma política de repetição base.

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

Construtores

IotHubServiceRetryPolicyBase(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