FixedInterval Constructor
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Overload List
Name | Description | |
---|---|---|
FixedInterval() | Initializes a new instance of the FixedInterval class. |
|
FixedInterval(Int32) | Initializes a new instance of the FixedInterval class with the specified number of retry attempts. |
|
FixedInterval(Int32, TimeSpan) | Initializes a new instance of the FixedInterval class with the specified number of retry attempts and time interval. |
|
FixedInterval(String, Int32, TimeSpan) | Initializes a new instance of the FixedInterval class with the specified number of retry attempts, time interval, and retry strategy. |
|
FixedInterval(String, Int32, TimeSpan, Boolean) | Initializes a new instance of the FixedInterval class with the specified number of retry attempts, time interval, retry strategy, and fast start option. |
See Also
FixedInterval Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top