Transactions.InvokeTransacted Method (TransactedCallback, TransactionOption)
.NET Framework (current version)
Wraps a specified transaction support around a callback method.
Assembly: System.Web (in System.Web.dll)
Public Shared Sub InvokeTransacted ( callback As TransactedCallback, mode As TransactionOption )
Parameters
- callback
-
Type:
System.Web.Util.TransactedCallback
The TransactedCallback to be run under the specified transaction support.
- mode
-
Type:
System.EnterpriseServices.TransactionOption
The TransactionOption that specifies the transaction support for the delegate.
| Exception | Condition |
|---|---|
| PlatformNotSupportedException | The operating system is not Windows NT or later. |
| HttpException | The transacted code cannot be executed. |
.NET Framework
Available since 1.1
Available since 1.1
Show: