DurableHttpRequest.HttpRetryOptions 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.
Defines retry policy for handling of failures in making the HTTP Request. These could be non-successful HTTP status codes in the response, a timeout in making the HTTP call, or an exception raised from the HTTP Client library.
[Newtonsoft.Json.JsonProperty("retryOptions")]
public Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpRetryOptions HttpRetryOptions { get; }
[<Newtonsoft.Json.JsonProperty("retryOptions")>]
member this.HttpRetryOptions : Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpRetryOptions
Public ReadOnly Property HttpRetryOptions As HttpRetryOptions
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET