RetryStrategyData.FirstFastRetry Property
Gets or sets a value that indicates whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public bool FirstFastRetry { get; set; }
'Declaration
Public Property FirstFastRetry As Boolean
Get
Set
public:
property bool FirstFastRetry {
bool get ();
void set (bool value);
}
Property Value
Type: Boolean
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration Namespace