EventTransactionalGraphRollback Method  | 
 
                A rollback only resets the event queue on successful operation.  If the rollback operation to the underlying
                graph fails, the event 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 Rollback() sealed
abstract Rollback : unit -> unit 
override Rollback : unit -> unit 
Implements
ITransactionalGraphRollback
See Also