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.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 static readonly bool DefaultFirstFastRetry
'Declaration
Public Shared ReadOnly DefaultFirstFastRetry As Boolean
public:
static initonly bool DefaultFirstFastRetry
Field Value
Type: Boolean
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace