Incremental Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod Incremental()

Initializes a new instance of the Incremental class.

System_CAPS_pubmethod Incremental(Int32, TimeSpan, TimeSpan)

Initializes a new instance of the Incremental class with the specified retry settings.

System_CAPS_pubmethod Incremental(String, Int32, TimeSpan, TimeSpan)

Initializes a new instance of the Incremental class with the specified name and retry settings.

System_CAPS_pubmethod Incremental(String, Int32, TimeSpan, TimeSpan, Boolean)

Initializes a new instance of the Incremental class with the specified number of retry attempts, time interval, retry strategy, and fast start option.

See Also

Incremental Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top