Click or drag to resize

IThreadedTransactionalGraphNewTransaction Method

Returns a TransactionalGraph that represents a transactional context independent of the executing transaction.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
ITransactionalGraph NewTransaction()

Return Value

Type: ITransactionalGraph
A transactional context. Invoking TransactionalGraph.shutdown() successfully commits the transaction.
See Also