Click or drag to resize

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