This topic has not yet been rated - Rate this topic

MachineSettingsSection.MaxTimeout Property

Gets a maximum amount of time allowed before a transaction times out.

Namespace:  System.Transactions.Configuration
Assembly:  System.Transactions (in System.Transactions.dll)
[ConfigurationPropertyAttribute("maxTimeout", DefaultValue = "00:10:00")]
[TimeSpanValidatorAttribute(MinValueString = "00:00:00", MaxValueString = "10675199.02:48:05.4775807")]
public TimeSpan MaxTimeout { get; set; }

Property Value

Type: System.TimeSpan
A TimeSpan object that contains the maximum allowable time. The default value is 00:10:00.
Exception Condition
ArgumentOutOfRangeException

An attempt to set this property to negative values.

This property can only be set in the machine.config file. A value of 00:00:00 (or zero) is interpreted as infinity.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ