Click or drag to resize

ISparqlResultsHandler.EndResults Method

Ends the Handling of Results.

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

Parameters

ok
Type: System.Boolean
Indicates whether parsing completed without error.
See Also