System.Web.Configuration.ProcessModelSection.ResponseRestartDeadlockInterval Property

No longer used.

Syntax

[System.Configuration.ConfigurationProperty("responseRestartDeadlockInterval", DefaultValue="00:03:00")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))]
public TimeSpan ResponseRestartDeadlockInterval { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is no longer used by ASP.NET and is provided for backward compatibility only. It will not cause a configuration error if it is already present in a configuration file. All recycling in the event of a deadlock condition is now controlled by the ProcessModelSection.ResponseDeadlockInterval property.

Requirements

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