共用方式為


SqlRetryLogicOption.DeltaTime 屬性

定義

將間隔時間間隔設定為 TimeSpan 物件。

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

屬性值

TimeSpan 下一次執行嘗試之前即將發生的間隔時間;必須介於 0 到 120 秒之間。

適用於