HttpRetryAlgorithm.GetLinearRetryAlgorithm(TimeSpan, 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.
public static Microsoft.Azure.Commands.Common.Authentication.Utilities.IHttpRetryAlgorithm GetLinearRetryAlgorithm (TimeSpan interval, int maxTries);
static member GetLinearRetryAlgorithm : TimeSpan * int -> Microsoft.Azure.Commands.Common.Authentication.Utilities.IHttpRetryAlgorithm
Public Shared Function GetLinearRetryAlgorithm (interval As TimeSpan, maxTries As Integer) As IHttpRetryAlgorithm
Parameters
- interval
- TimeSpan
- maxTries
- Int32