Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Transaction.Clone Method
Definition
- Namespace:
- System.Transactions
- Assemblies:
- netstandard.dll, System.Transactions.Local.dll
- Assembly:
- System.Transactions.Local.dll
- Assembly:
- System.Transactions.dll
- Assembly:
- netstandard.dll
- Source:
- Transaction.cs
- Source:
- Transaction.cs
- Source:
- Transaction.cs
- Source:
- Transaction.cs
- Source:
- Transaction.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a clone of the transaction.
public:
System::Transactions::Transaction ^ Clone();
public System.Transactions.Transaction Clone();
member this.Clone : unit -> System.Transactions.Transaction
Public Function Clone () As Transaction
Returns
A Transaction that is a copy of the current transaction object.
Remarks
Clones are created to pass transactions. For example, you might not want to pass a CommittableTransaction to other applications, because you do not want others to commit your transaction. If you try to marshal or serialize a transaction, a clone is created for you automatically.
Applies to
Feedback
Was this page helpful?
