Click or drag to resize

WriteToStoreHandler.EndRdfInternal Method

Ends RDF Handling by ensuring the queue of Triples to write has been processed.

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