ApplicationPoolProcessModel.PingInterval Property

Definition

Gets or sets the time interval between health-monitoring pings that the World Wide Web Publishing Service (WWW service) sends to a worker process.

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

Property Value

A TimeSpan value that specifies the interval between health-monitoring pings that the WWW service sends to a worker process. The default is 30 seconds.

Applies to