GraphTransactionScope Constructor (GraphTransactionScopeOptions)

 

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(
	GraphTransactionScopeOptions options
)

Parameters

options
Type: Microsoft.VisualStudio.GraphModel::GraphTransactionScopeOptions

Options associated with this transaction scope

Return to top
Show: