ExponentialRetryPolicy 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
ExponentialRetryPolicy() |
Default settings of Exponential retry policies |
ExponentialRetryPolicy(Int32, Int32) |
Exponential retry policies with specified maximum retries and interval |
ExponentialRetryPolicy()
Default settings of Exponential retry policies
public ExponentialRetryPolicy ();
Public Sub New ()
Applies to
ExponentialRetryPolicy(Int32, Int32)
Exponential retry policies with specified maximum retries and interval
public ExponentialRetryPolicy (int maxRetries, int interval);
new Microsoft.Azure.DataLake.Store.RetryPolicies.ExponentialRetryPolicy : int * int -> Microsoft.Azure.DataLake.Store.RetryPolicies.ExponentialRetryPolicy
Public Sub New (maxRetries As Integer, interval As Integer)
Parameters
- maxRetries
- Int32
Maximum retries
- interval
- Int32
Exponential time interval
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET