你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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