RetryConditionHeaderValue.Delta Property

Definition

Gets the delta in seconds from the RetryConditionHeaderValue object.

public:
 property Nullable<TimeSpan> Delta { Nullable<TimeSpan> get(); };
public TimeSpan? Delta { get; }
member this.Delta : Nullable<TimeSpan>
Public ReadOnly Property Delta As Nullable(Of TimeSpan)

Property Value

The delta in seconds from the RetryConditionHeaderValue object.

Applies to