RetryPolicy.BackoffCoefficient Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the exponential back-off coefficient used to determine the delay between subsequent retries.
public double BackoffCoefficient { get; }
member this.BackoffCoefficient : double
Public ReadOnly Property BackoffCoefficient As Double
Property Value
Defaults to 1.0 for no back-off.