Click or drag to resize

CancellableHandler.EndRdfInternal Method

Ends RDF Handling on the inner Handler.

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

Parameters

ok
Type: System.Boolean
Indicates whether parsing completed without error.
See Also