Udostępnij za pośrednictwem


PagesSection.AsyncTimeout Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą liczbę sekund oczekiwania na ukończenie asynchronicznej procedury obsługi podczas przetwarzania asynchronicznego strony.

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

Wartość właściwości

TimeSpan

Wartość TimeSpan wskazująca czas w sekundach oczekiwania na ukończenie asynchronicznego procedury obsługi podczas przetwarzania asynchronicznego strony.

Atrybuty

Uwagi

Wartość domyślna to 45 sekund.

Dotyczy

Zobacz też