RetryPolicy(Of T) Constructor (Int32, TimeSpan)
Initializes a new instance of the RetryPolicy(Of T) class with the specified number of retry attempts and a fixed time interval between retries.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- retryCount
-
Type:
System.Int32
The number of retry attempts.
- retryInterval
-
Type:
System.TimeSpan
The interval between retries.
Show: