CompilationSection.BatchTimeout Property
.NET Framework 3.0
Gets or sets the time-out period, in seconds, for batch compilation.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(TimeSpanSecondsOrInfiniteConverter))] public TimeSpan BatchTimeout { get; set; }
/** @property */ public TimeSpan get_BatchTimeout () /** @property */ public void set_BatchTimeout (TimeSpan value)
public function get BatchTimeout () : TimeSpan public function set BatchTimeout (value : TimeSpan)
Not applicable.
Property Value
A value indicating the amount of time in seconds granted for batch compilation to occur.The following code example demonstrates how to use the BatchTimeout property. This code example is part of a larger example provided for the CompilationSection class.