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: 
Syntaxprotected bool RaiseClearRequested()
Protected Function RaiseClearRequested As Boolean
Return Value
Type: 
BooleanTrue if the operation can continue, false if it should be aborted.
See Also