HttpRuntimeSection.ShutdownTimeout Property
.NET Framework 3.0
Gets or sets the length of time the application is allowed to idle before it is terminated.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(TimeSpanSecondsConverter))] public: property TimeSpan ShutdownTimeout { TimeSpan get (); void set (TimeSpan value); }
/** @property */ public TimeSpan get_ShutdownTimeout () /** @property */ public void set_ShutdownTimeout (TimeSpan value)
public function get ShutdownTimeout () : TimeSpan public function set ShutdownTimeout (value : TimeSpan)
Not applicable.
Property Value
A TimeSpan value that indicates the length of time the application is allowed to idle before it is terminated.Community Additions
ADD
Show: