ApplicationPoolProcessModel.PingResponseTime 屬性

定義

取得或設定提供背景工作進程回應健康情況監視 Ping 的時間週期。

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

屬性值

TimeSpan ,指定背景工作進程回應健康情況監視 Ping 的時間週期。 預設值為 1 分鐘,30 秒。

備註

超過時間限制之後,World Wide Web Publishing Service (WWW 服務) 終止背景工作進程。

適用於