TransactionsDefaultSettingsSection Class [IIS 7 and higher]
Contains default settings for transactions.
Syntax
class TransactionsDefaultSettingsSection : ConfigurationSection
Methods
The following table lists the methods exposed by the TransactionsDefaultSettingsSection class.
Name |
Description |
---|---|
(Inherited from ConfigurationSection.) |
|
(Inherited from ConfigurationSection.) |
|
(Inherited from ConfigurationSection.) |
|
(Inherited from ConfigurationSection.) |
|
(Inherited from ConfigurationSection.) |
Properties
The following table lists the properties exposed by the TransactionsDefaultSettingsSection class.
Name |
Description |
---|---|
DistributedTransactionManagerName |
A read/write string value that specifies the computer name of the Microsoft Distributed Transaction Coordinator (MSDTC) that is responsible for coordinating all distributed transactions that are started locally. The name is not case-sensitive and should contain only the short name of the computer. The DistributedTransactionManagerName property does not accept fully qualified domain names, localhost names, or IP addresses. If this property contains an invalid remote computer name, an "unable to read configuration information" exception is thrown. If the DistributedTransactionManagerName property is null or contains an empty string, the local transaction manager is used as the remote transaction manager. |
Location |
(Inherited from ConfigurationSection.) A key property. |
Path |
(Inherited from ConfigurationSection.) A key property. |
SectionInformation |
(Inherited from ConfigurationSection.) |
Timeout |
A read/write datetime value that contains the default interval after which a transaction times out. The default is 1 minute. A value of 0 is interpreted as infinity.
Note:
At run time, this value is automatically adjusted by the MaxTimeout property of the TransactionsMachineSettingsSection class
|
Subclasses
This class contains no subclasses.
Inheritance Hierarchy
TransactionsDefaultSettingsSection
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
ConfigurationSection Class [IIS 7 and higher]
TransactionsMachineSettingsSection Class [IIS 7 and higher]