HttpRetryAlgorithm.GetExponentialRetryAlgorithm 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 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