RetryExponential.DeltaBackoff Property

Definition

Gets or sets the backoff interval associated with the retry.

public TimeSpan DeltaBackoff { get; }
member this.DeltaBackoff : TimeSpan
Public ReadOnly Property DeltaBackoff As TimeSpan

Property Value

The backoff interval associated with the retry.

Applies to