System.Transactions Namespaces
.NET Framework 4.5
The System.Transactions namespaces contain types that support transactions with multiple, distributed participants, multiple phase notifications, and durable enlistments. A child namespace contains types that describe the configuration options used by the System.Transactions types.
| Namespace | Description |
|---|---|
| System.Transactions | The System.Transactions namespace contains classes that allow you to write your own transactional application and resource manager. Specifically, you can create and participate in a transaction (local or distributed) with one or multiple participants. |
| System.Transactions.Configuration | The System.Transactions.Configuration namespace contains classes that describe configuration options used by System.Transactions classes. |