ProcessModelSection.ResponseDeadlockInterval Property
.NET Framework (current version)
Gets or sets a value indicating the time interval for the worker process to respond.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("responseDeadlockInterval", DefaultValue := "00:03:00")> <TypeConverterAttribute(GetType(InfiniteTimeSpanConverter))> <TimeSpanValidatorAttribute(MinValueString := "00:00:00", MaxValueString := "10675199.02:48:05.4775807")> Public Property ResponseDeadlockInterval As TimeSpan
The process is restarted if there are queued requests and if there has not been a response during the time interval that is defined by ResponseDeadlockInterval.
The following code example shows how to use the ResponseDeadlockInterval property.
.NET Framework
Available since 2.0
Available since 2.0
Show: