Click or drag to resize

GraphPersistenceWrapperRaiseClearRequested Method

Helper method for raising the Clear Requested event and returning whether any of the Event Handlers cancelled the operation.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected bool RaiseClearRequested()

Return Value

Type: Boolean
True if the operation can continue, false if it should be aborted.
See Also