共用方式為


ApplicationPoolPeriodicRestart.Time 屬性

定義

取得或設定在回收背景工作進程之前應該經過的時間週期。

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

屬性值

TimeSpan ,指定在回收背景工作進程之前應該經過的時間週期。 預設值為 29 小時。

適用於