ProcessModelSection.PingFrequency Property
.NET Framework (current version)
Gets or sets a value indicating the time interval at which the ISAPI extension pings the worker process to determine whether it is running.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("pingFrequency", DefaultValue = "10675199.02:48:05.4775807")] [TypeConverterAttribute(typeof(InfiniteTimeSpanConverter))] public TimeSpan PingFrequency { get; set; }
Property Value
Type: System.TimeSpanThe TimeSpan defining the time interval. The default is 30 seconds.
The worker process is restarted (bounced) if it is not running after the PingFrequency interval has expired.
The following code example shows how to access the PingFrequency property.
.NET Framework
Available since 2.0
Available since 2.0
Show: