PagesSection.AsyncTimeout Propiedad

Definición

Obtiene o establece un valor que indica el número de segundos que se debe esperar a que se complete un controlador asincrónico durante el procesamiento de páginas asincrónico.

public:
 property TimeSpan AsyncTimeout { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsConverter))]
[System.Configuration.ConfigurationProperty("asyncTimeout", DefaultValue="00:00:45")]
[System.Configuration.TimeSpanValidator(MaxValueString="10675199.02:48:05.4775807", MinValueString="00:00:00")]
public TimeSpan AsyncTimeout { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsConverter))>]
[<System.Configuration.ConfigurationProperty("asyncTimeout", DefaultValue="00:00:45")>]
[<System.Configuration.TimeSpanValidator(MaxValueString="10675199.02:48:05.4775807", MinValueString="00:00:00")>]
member this.AsyncTimeout : TimeSpan with get, set
Public Property AsyncTimeout As TimeSpan

Valor de propiedad

Valor TimeSpan que indica la cantidad de tiempo en segundos para esperar a que se complete un controlador asincrónico durante el procesamiento de página asincrónico.

Atributos

Comentarios

El valor predeterminado es 45 segundos.

Se aplica a

Consulte también