다음을 통해 공유


MachineSettingsSection.MaxTimeout 속성

정의

최대 트랜잭션 제한 시간을 가져옵니다.

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

속성 값

TimeSpan

최대 트랜잭션 제한 시간을 포함하는 TimeSpan 개체입니다. 기본값은 00:10:00입니다.

특성

예외

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

설명

이 속성은 machine.config 파일에만 설정할 수 있습니다. 00시: 00 (또는 0)의 값은 무한대로 해석 됩니다.

적용 대상