Click or drag to resize

BaseRdfHandlerEndRdfInternal Method

Optionally used by derived Handlers to do additional actions on ending RDF handling.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void EndRdfInternal(
	bool ok
)

Parameters

ok
Type: SystemBoolean
Whether the parsing completed without error.
See Also