IotHubClientNoRetry Clase

Definición

Representa una directiva de reintentos que no realiza ningún reintento.

public class IotHubClientNoRetry : Microsoft.Azure.Devices.Client.IIotHubClientRetryPolicy
type IotHubClientNoRetry = class
    interface IIotHubClientRetryPolicy
Public Class IotHubClientNoRetry
Implements IIotHubClientRetryPolicy
Herencia
IotHubClientNoRetry
Implementaciones

Constructores

IotHubClientNoRetry()

Cree una instancia de una directiva de reintentos que no realice reintentos.

Métodos

ShouldRetry(UInt32, Exception, TimeSpan)

Una directiva para que nunca vuelva a intentarlo

Se aplica a