RetryHandlerOption.MaxRetry 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.
The maximum number of retries for a request with a maximum value of 10. This defaults to 3.
public int MaxRetry { get; set; }
member this.MaxRetry : int with get, set
Public Property MaxRetry As Integer