PagesSection.AsyncTimeout Property
.NET Framework 3.0
Gets or sets a value indicating the number of seconds to wait for an asynchronous handler to complete during asynchronous page processing.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(TimeSpanSecondsConverter))] public TimeSpan AsyncTimeout { get; set; }
/** @property */ public TimeSpan get_AsyncTimeout () /** @property */ public void set_AsyncTimeout (TimeSpan value)
public function get AsyncTimeout () : TimeSpan public function set AsyncTimeout (value : TimeSpan)
Not applicable.