Click or drag to resize

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)
Syntax
public void Rollback()

Implements

ITransactionalGraphRollback
See Also