IncrementalRetryStrategy 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
IncrementalRetryStrategy()
public IncrementalRetryStrategy();
Public Sub New ()
Applies to
IncrementalRetryStrategy(Int32, TimeSpan, TimeSpan)
public IncrementalRetryStrategy(int retryCount, TimeSpan initialInterval, TimeSpan increment);
new Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy : int * TimeSpan * TimeSpan -> Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy
Public Sub New (retryCount As Integer, initialInterval As TimeSpan, increment As TimeSpan)
Parameters
- retryCount
- Int32
- initialInterval
- TimeSpan
- increment
- TimeSpan
Applies to
IncrementalRetryStrategy(String, Int32, TimeSpan, TimeSpan)
public IncrementalRetryStrategy(string name, int retryCount, TimeSpan initialInterval, TimeSpan increment);
new Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy : string * int * TimeSpan * TimeSpan -> Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy
Public Sub New (name As String, retryCount As Integer, initialInterval As TimeSpan, increment As TimeSpan)
Parameters
- name
- String
- retryCount
- Int32
- initialInterval
- TimeSpan
- increment
- TimeSpan
Applies to
IncrementalRetryStrategy(String, Int32, TimeSpan, TimeSpan, Boolean)
public IncrementalRetryStrategy(string name, int retryCount, TimeSpan initialInterval, TimeSpan increment, bool firstFastRetry);
new Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy : string * int * TimeSpan * TimeSpan * bool -> Microsoft.Rest.TransientFaultHandling.IncrementalRetryStrategy
Public Sub New (name As String, retryCount As Integer, initialInterval As TimeSpan, increment As TimeSpan, firstFastRetry As Boolean)
Parameters
- name
- String
- retryCount
- Int32
- initialInterval
- TimeSpan
- increment
- TimeSpan
- firstFastRetry
- Boolean
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET