Click or drag to resize

PagingHandlerEndRdfInternal Method

Ends RDF Handler.

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

Parameters

ok
Type: SystemBoolean
Indicated whether parsing completed without error.
See Also