Click or drag to resize

BaseGraphRaiseMergeRequested Method

Helper method for raising the Merge 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 RaiseMergeRequested()

Return Value

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