共用方式為


PagesSection.AsyncTimeout 屬性

定義

取得或設定值,表示在進行非同步的頁面處理時,等待非同步處理常式完成的秒數。

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

屬性值

TimeSpan 值,表示在進行非同步頁面處理時,等待非同步處理常式完成的時間秒數。

屬性

備註

預設值為 45 秒。

適用於

另請參閱