ApplicationPoolPeriodicRestart.Time 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在回收背景工作進程之前應該經過的時間週期。
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 小時。
適用於