IotHubServiceClientOptions.RetryPolicy Property

Definition

Sets the retry policy used in the operation retries.

public Microsoft.Azure.Devices.IIotHubServiceRetryPolicy RetryPolicy { get; set; }
member this.RetryPolicy : Microsoft.Azure.Devices.IIotHubServiceRetryPolicy with get, set
Public Property RetryPolicy As IIotHubServiceRetryPolicy

Property Value

Remarks

Defaults to a nearly infinite exponential backoff. If set to null, will use IotHubServiceNoRetry to perform no retries. Can be set to any of the built in retry policies such as IotHubServiceFixedDelayRetryPolicy or IotHubServiceIncrementalDelayRetryPolicy or a custom one by inheriting from IIotHubServiceRetryPolicy.

Applies to