Click or drag to resize

IRdfHandlerEndRdf Method

End the Handling of RDF.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void EndRdf(
	bool ok
)

Parameters

ok
Type: SystemBoolean
Whether parsing finished without error.
See Also