Megosztás a következőn keresztül:


FixedInterval Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod FixedInterval()

Initializes a new instance of the FixedInterval class.

System_CAPS_pubmethod FixedInterval(Int32)

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

System_CAPS_pubmethod FixedInterval(Int32, TimeSpan)

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

System_CAPS_pubmethod FixedInterval(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_pubmethod 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