ProcessModelSection.ShutdownTimeout Property
.NET Framework (current version)
Gets or sets a value indicating the time allowed for the worker process to shut down.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("shutdownTimeout", DefaultValue := "00:00:05")> <TypeConverterAttribute(GetType(InfiniteTimeSpanConverter))> <TimeSpanValidatorAttribute(MinValueString := "00:00:00", MaxValueString := "10675199.02:48:05.4775807")> Public Property ShutdownTimeout As TimeSpan
This property specifies the number of minutes allowed for the worker process to shut itself down gracefully. When the timeout expires, ASP.NET shuts down the worker process forcibly.
The following code example shows how to use the ShutdownTimeout property.
.NET Framework
Available since 2.0
Available since 2.0
Show: