RemoteQueryProcessorProcessQuery Method | 
| Name | Description | |
|---|---|---|
| ProcessQuery(SparqlQuery) | 
            Processes a SPARQL Query.
              | |
| ProcessQuery(IRdfHandler, ISparqlResultsHandler, SparqlQuery) | 
            Processes a SPARQL Query passing the results to the RDF or Results handler as appropriate.
              | |
| ProcessQuery(SparqlQuery, GraphCallback, SparqlResultsCallback, Object) | 
            Processes a SPARQL Query asynchronously invoking the relevant callback when the query completes.
              | |
| ProcessQuery(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.
              |