RetryStrategy.DefaultFirstFastRetry Field
Represents the default flag indicating whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static readonly bool DefaultFirstFastRetry
public:
static initonly bool DefaultFirstFastRetry
static val DefaultFirstFastRetry : bool
Public Shared ReadOnly DefaultFirstFastRetry As Boolean
Field Value
Type: System.Boolean
See Also
RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top