Share via


FixedInterval Constructor

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

Reference

FixedInterval Class
FixedInterval Members
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace