Share via


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.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public bool FastFirstRetry { get; set; }
'Declaration
Public Property FastFirstRetry As Boolean
    Get
    Set
public:
property bool FastFirstRetry {
    bool get ();
    void set (bool value);
}

Property Value

Type: Boolean

See Also

RetryStrategy Class

RetryStrategy Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace