IThreadedTransactionalGraphNewTransaction Method |
Returns a TransactionalGraph that represents a transactional context independent of the executing transaction.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax ITransactionalGraph NewTransaction()
Function NewTransaction As ITransactionalGraph
ITransactionalGraph^ NewTransaction()
abstract NewTransaction : unit -> ITransactionalGraph
Return Value
Type:
ITransactionalGraphA transactional context. Invoking TransactionalGraph.shutdown() successfully commits the transaction.
See Also