ApplicationPoolProcessModel.PingInterval 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 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.