Click or drag to resize

CancellableHandlerEndRdfInternal 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: SystemBoolean
Indicates whether parsing completed without error.
See Also