TransactionOption Enumeration
.NET Framework (current version)
Specifies the automatic transaction type requested by the component.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Member name | Description | |
|---|---|---|
| Disabled | Ignores any transaction in the current context. | |
| NotSupported | Creates the component in a context with no governing transaction. | |
| Required | Shares a transaction, if one exists, and creates a new transaction if necessary. | |
| RequiresNew | Creates the component with a new transaction, regardless of the state of the current context. | |
| Supported | Shares a transaction, if one exists. |
When using the .NET Installation Tool (Regsvcs.exe), the transaction option for a ServicedComponent defaults to Disabled.
.NET Framework
Available since 1.1
Available since 1.1
Show: