RetryConditionHeaderValue.Delta 属性
定义
从 RetryConditionHeaderValue 对象获取增量(以秒为单位)。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)
属性值
来自 RetryConditionHeaderValue 对象的增量(以秒为单位)。The delta in seconds from the RetryConditionHeaderValue object.