Click or drag to resize

SimpleQueryProcessorProcessQuery Method

Overload List
  NameDescription
Public methodProcessQuery(SparqlQuery)
Processes a SPARQL Query.
Public methodProcessQuery(IRdfHandler, ISparqlResultsHandler, SparqlQuery)
Processes a SPARQL Query passing the results to the RDF or Results handler as appropriate.
(Overrides QueryProcessorBaseProcessQuery(IRdfHandler, ISparqlResultsHandler, SparqlQuery).)
Public methodProcessQuery(SparqlQuery, GraphCallback, SparqlResultsCallback, Object)
Processes a SPARQL Query asynchronously invoking the relevant callback when the query completes.
(Inherited from QueryProcessorBase.)
Public methodProcessQuery(IRdfHandler, ISparqlResultsHandler, SparqlQuery, QueryCallback, Object)
Processes a SPARQL Query asynchronously passing the results to the relevant handler and invoking the callback when the query completes.
(Inherited from QueryProcessorBase.)
Top
See Also