HttpStandardResilienceOptions.Retry 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.
Gets or sets the retry pipeline options.
public:
property Microsoft::Extensions::Http::Resilience::HttpRetryStrategyOptions ^ Retry { Microsoft::Extensions::Http::Resilience::HttpRetryStrategyOptions ^ get(); void set(Microsoft::Extensions::Http::Resilience::HttpRetryStrategyOptions ^ value); };
[Microsoft.Extensions.Options.ValidateObjectMembers]
[System.ComponentModel.DataAnnotations.Required]
public Microsoft.Extensions.Http.Resilience.HttpRetryStrategyOptions Retry { get; set; }
[<Microsoft.Extensions.Options.ValidateObjectMembers>]
[<System.ComponentModel.DataAnnotations.Required>]
member this.Retry : Microsoft.Extensions.Http.Resilience.HttpRetryStrategyOptions with get, set
Public Property Retry As HttpRetryStrategyOptions
Property Value
- Attributes
Remarks
By default, this property is initialized with a unique instance of HttpRetryStrategyOptions using default properties values.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.