TransactionContext Constructor
Definition
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.
Constructor
public:
TransactionContext();
public TransactionContext ();
Public Sub New ()
Remarks
This constructor exists so that a TransactionContext can be created outside a Transaction for passing into TransactionManager.BeginTransaction. Note that the TransactionContext of the resulting transaction will not be the same object, although it will contain the same context information.