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)
SyntaxITransactionalGraph 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