RetryConditionHeaderValue.Delta 属性

定义

获取对象中的 RetryConditionHeaderValue 增量(以秒为单位)。

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)

属性值

对象中的增量(以秒 RetryConditionHeaderValue 为单位)。

适用于