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)
public: [ConfigurationPropertyAttribute("shutdownTimeout", DefaultValue = "00:01:30")] [TypeConverterAttribute((TimeSpanSecondsConverter^::typeid))] property TimeSpan ShutdownTimeout { TimeSpan get(); void set(TimeSpan value); }
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: