IIotHubServiceRetryPolicy Interface

Definition

Represents a retry policy for the IoT hub service client.

public interface IIotHubServiceRetryPolicy
type IIotHubServiceRetryPolicy = interface
Public Interface IIotHubServiceRetryPolicy
Derived

Methods

ShouldRetry(UInt32, Exception, TimeSpan)

Method called by the client prior to a retry.

Applies to