RetryStrategy Constructor (String, Boolean)

 

Initializes a new instance of the RetryStrategy class.

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

protected RetryStrategy(
	string name,
	bool firstFastRetry
)

Parameters

name
Type: System.String

The name of the retry strategy.

firstFastRetry
Type: System.Boolean

true to immediately retry in the first attempt; otherwise, false. The subsequent retries will remain subject to the configured retry interval.

Return to top
Show: