IotHubServiceNoRetry Class

Definition

Represents a retry policy that performs no retries.

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

Constructors

IotHubServiceNoRetry()

Create an instance of a retry policy that performs no retries.

Methods

ShouldRetry(UInt32, Exception, TimeSpan)

A policy to never retry

Applies to