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(typeof(InfiniteTimeSpanConverter))] [TimeSpanValidatorAttribute(MinValueString = "00:00:00", MaxValueString = "10675199.02:48:05.4775807")] public TimeSpan ResponseDeadlockInterval { get; set; }
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: