다음을 통해 공유


DefaultSettingsSection.Timeout 속성

정의

기본 트랜잭션 제한 시간을 가져오거나 설정합니다.

public:
 property TimeSpan Timeout { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("timeout", DefaultValue="00:01:00")]
[System.Configuration.TimeSpanValidator(MaxValueString="10675199.02:48:05.4775807", MinValueString="00:00:00")]
public TimeSpan Timeout { get; set; }
[<System.Configuration.ConfigurationProperty("timeout", DefaultValue="00:01:00")>]
[<System.Configuration.TimeSpanValidator(MaxValueString="10675199.02:48:05.4775807", MinValueString="00:00:00")>]
member this.Timeout : TimeSpan with get, set
Public Property Timeout As TimeSpan

속성 값

TimeSpan

TimeSpan 개체입니다. 기본 속성은 00:01:00입니다.

특성

예외

이 속성을 음수 값으로 설정하려고 한 경우

설명

이 속성의 구성 파일의 기본 제한 시간 값에서 해당 값을 검색합니다. 의해 자동으로 조정 된 MaxTimeout 런타임에 값입니다.

00시: 00 (또는 0)의 값은 무한대로 해석 됩니다.

적용 대상