IRetryPolicy Interface

Definition

Represents a retry policy

public interface IRetryPolicy
type IRetryPolicy = interface
Public Interface IRetryPolicy
Derived

Methods

ShouldRetry(Int32, Exception, TimeSpan)

Method called by DeviceClient prior to a retry.

Applies to