HttpRetryAlgorithm.GetExponentialRetryAlgorithm Method

Definition

public static Microsoft.Azure.Commands.Common.Authentication.Utilities.IHttpRetryAlgorithm GetExponentialRetryAlgorithm (TimeSpan initial, int multiplier, int maxTries);
static member GetExponentialRetryAlgorithm : TimeSpan * int * int -> Microsoft.Azure.Commands.Common.Authentication.Utilities.IHttpRetryAlgorithm
Public Shared Function GetExponentialRetryAlgorithm (initial As TimeSpan, multiplier As Integer, maxTries As Integer) As IHttpRetryAlgorithm

Parameters

initial
TimeSpan
multiplier
Int32
maxTries
Int32

Returns

Applies to