SqlRetryLogicOption.MaxTimeInterval 属性

定义

将允许的最大间隔时间间隔设置为 TimeSpan 对象。

public:
 property TimeSpan MaxTimeInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaxTimeInterval { get; set; }
member this.MaxTimeInterval : TimeSpan with get, set
Public Property MaxTimeInterval As TimeSpan

属性值

TimeSpan 下一次执行尝试之前的最大即将到来的间隔时间间隔;必须介于 0 到 120 秒之间。

适用于