Incremental Constructor (String, Int32, TimeSpan, TimeSpan)

 

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

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

public Incremental(
	string name,
	int retryCount,
	TimeSpan initialInterval,
	TimeSpan increment
)

Parameters

name
Type: System.String

The retry strategy name.

retryCount
Type: System.Int32

The number of retry attempts.

initialInterval
Type: System.TimeSpan

The initial interval that will apply for the first retry.

increment
Type: System.TimeSpan

The incremental time value that will be used to calculate the progressive delay between retries.

Return to top
Show: