ApplicationPoolProcessModel.PingResponseTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.