Click or drag to resize

EventTransactionalGraphCommit Method

A commit only fires the event queue on successful operation. If the commit operation to the underlying graph fails, the event queue will not fire and the queue will not be reset.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void Commit()

Implements

ITransactionalGraphCommit
See Also