Compartilhar via


RetryPolicy.BackoffCoefficient Property

Definition

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.

Applies to