FixedInterval Constructor (String, Int32, TimeSpan)

 

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

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

public FixedInterval(
	string name,
	int retryCount,
	TimeSpan retryInterval
)

Parameters

name
Type: System.String

The retry strategy name.

retryCount
Type: System.Int32

The number of retry attempts.

retryInterval
Type: System.TimeSpan

The time interval between retries.

Return to top
Show: