ApplicationPoolProcessModel.PingResponseTime Property

Definition

Gets or sets the period of time that a worker process is given to respond to a health-monitoring 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

Property Value

A TimeSpan value that specifies the period of time that a worker process is given to respond to a health-monitoring ping. The default is 1 minute, 30 seconds.

Remarks

After the time limit is exceeded, the World Wide Web Publishing Service (WWW service) terminates the worker process.

Applies to