Click or drag to resize

IGraphProcessingEnvironmentTransactionManager Property

Returns the transaction manager of the processing environment. (Recording and undoing changes in the main graph and all processed subgraphs). Don't forget to call Commit after a transaction is finished!

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
ITransactionManager TransactionManager { get; }

Property Value

Type: ITransactionManager
See Also