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

페이지를 비동기적으로 처리하는 동안 비동기 처리기가 완료될 때까지 기다릴 시간(초)을 나타내는 TimeSpan 값입니다.

특성

설명

기본값은 45 초입니다.

적용 대상

추가 정보