Click or drag to resize

WriteThroughHandlerEndRdfInternal Method

Ends RDF Handling closing the TextWriter being used if the setting is enabled.

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