Share via


RetryOptions.BackoffCoefficient Property

Definition

Gets or sets the backoff coefficient.

public double BackoffCoefficient { get; set; }
member this.BackoffCoefficient : double with get, set
Public Property BackoffCoefficient As Double

Property Value

The backoff coefficient used to determine rate of increase of backoff. Defaults to 1.

Applies to