RetryHandlerOption.Delay 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 waiting time in seconds before retrying a request with a maximum value of 180 seconds. This defaults to 3 seconds.
public int Delay { get; set; }
member this.Delay : int with get, set
Public Property Delay As Integer