ISparqlResultsHandler.EndResults Method |
Ends the Handling of Results.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid EndResults(
bool ok
)
Sub EndResults (
ok As Boolean
)
Parameters
- ok
- Type: System.Boolean
Indicates whether parsing completed without error.
See Also