HttpRuntimeSection.ShutdownTimeout Property
.NET Framework (current version)
Gets or sets the length of time the application is allowed to idle before it is terminated.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("shutdownTimeout", DefaultValue := "00:01:30")> <TypeConverterAttribute(GetType(TimeSpanSecondsConverter))> Public Property ShutdownTimeout As TimeSpan
Property Value
Type: System.TimeSpanA TimeSpan value that indicates the length of time the application is allowed to idle before it is terminated.
The ShutdownTimeout property indicates the amount of time before an application is shut down gracefully. The default is 90 seconds.
The following example shows how to use the ShutdownTimeout property.
.NET Framework
Available since 2.0
Available since 2.0
Show: