CancelRetryHandler Constructors
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.
Overloads
CancelRetryHandler() | |
CancelRetryHandler(TimeSpan, Int32) |
CancelRetryHandler()
public CancelRetryHandler ();
Public Sub New ()
Applies to
CancelRetryHandler(TimeSpan, Int32)
public CancelRetryHandler (TimeSpan waitInterval, int maxTries);
new Microsoft.Azure.Commands.Common.Authentication.Factories.CancelRetryHandler : TimeSpan * int -> Microsoft.Azure.Commands.Common.Authentication.Factories.CancelRetryHandler
Public Sub New (waitInterval As TimeSpan, maxTries As Integer)
Parameters
- waitInterval
- TimeSpan
- maxTries
- Int32