DelayStrategy.GetNextDelay(Response, Int32) Method
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 the next delay interval taking into account the Max Delay, jitter, and any Retry-After headers.
public TimeSpan GetNextDelay (Azure.Response? response, int retryNumber);
member this.GetNextDelay : Azure.Response * int -> TimeSpan
Public Function GetNextDelay (response As Response, retryNumber As Integer) As TimeSpan
Parameters
- response
- Response
The response, if any, returned from the service.
- retryNumber
- Int32
The retry number.
Returns
A TimeSpan representing the next delay interval.