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
Requirements
Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0