IotHubServiceClientOptions.RetryPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET