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)
Syntaxpublic:
virtual void Commit() sealed
abstract Commit : unit -> unit 
override Commit : unit -> unit 
Implements
ITransactionalGraphCommit
See Also