System.Web.Configuration.HttpRuntimeSection.ShutdownTimeout Property

Gets or sets the length of time the application is allowed to idle before it is terminated.

Syntax

[System.Configuration.ConfigurationProperty("shutdownTimeout", DefaultValue="00:01:30")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsConverter))]
public TimeSpan ShutdownTimeout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpRuntimeSection.ShutdownTimeout property indicates the amount of time before an application is shut down gracefully. The default is 90 seconds.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0