Compartir a través de


IotHubServiceNoRetry Clase

Definición

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

public class IotHubServiceNoRetry : Microsoft.Azure.Devices.IIotHubServiceRetryPolicy
type IotHubServiceNoRetry = class
    interface IIotHubServiceRetryPolicy
Public Class IotHubServiceNoRetry
Implements IIotHubServiceRetryPolicy
Herencia
IotHubServiceNoRetry
Implementaciones

Constructores

IotHubServiceNoRetry()

Cree una instancia de una directiva de reintento que no realice ningún reintento.

Métodos

ShouldRetry(UInt32, Exception, TimeSpan)

Una directiva para no reintentar nunca

Se aplica a