Partager via


HttpRetryAlgorithm.GetLinearRetryAlgorithm(TimeSpan, Int32) Method

Definition

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

Returns

Applies to