RetryStrategy.FastFirstRetry Property

 

Gets or sets a value 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 bool FastFirstRetry { get; set; }
public:
property bool FastFirstRetry {
    bool get();
    void set(bool value);
}
member FastFirstRetry : bool with get, set
Public Property FastFirstRetry As Boolean

Property Value

Type: System.Boolean

See Also

RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top