System.Web.Configuration.ProcessModelSection.PingFrequency Property

Gets or sets a value indicating the time interval at which the ISAPI extension pings the worker process to determine whether it is running.

Syntax

[System.Configuration.ConfigurationProperty("pingFrequency", DefaultValue="10675199.02:48:05.4775807")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))]
public TimeSpan PingFrequency { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The worker process is restarted (bounced) if it is not running after the ProcessModelSection.PingFrequency interval has expired.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0