Click or drag to resize

ChainedHandlerEndRdfInternal Method

Ends the Handling of RDF for each inner handler.

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

Parameters

ok
Type: SystemBoolean
Whether parsing completed without errors.
See Also