RetryStrategy Constructor (String, Boolean)
Initializes a new instance of the RetryStrategy class.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
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.
Show: