FixedInterval Constructor

 

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

NameDescription
System_CAPS_pubmethodFixedInterval()

Initializes a new instance of the FixedInterval class.

System_CAPS_pubmethodFixedInterval(Int32)

Initializes a new instance of the FixedInterval class with the specified number of retry attempts.

System_CAPS_pubmethodFixedInterval(Int32, TimeSpan)

Initializes a new instance of the FixedInterval class with the specified number of retry attempts and time interval.

System_CAPS_pubmethodFixedInterval(String, Int32, TimeSpan)

Initializes a new instance of the FixedInterval class with the specified number of retry attempts, time interval, and retry strategy.

System_CAPS_pubmethodFixedInterval(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.

Return to top
Show: