GraphTransactionScope Constructor (Transaction^)

 

Constructor. This associates this GraphTransactionScope with ones on outer scope blocks by using a TLS variable.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
GraphTransactionScope(
	Transaction^ transaction
)

Parameters

transaction
Type: System.Transactions::Transaction^

The transaction to join

Return to top
Show: