LeviathanQueryProcessorProcessQuery Method (SparqlQuery, GraphCallback, SparqlResultsCallback, Object) |
Processes a SPARQL Query asynchronously invoking the relevant callback when the query completes.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Remarks
In the event of a success the appropriate callback will be invoked, if there is an error both callbacks will be invoked and passed an instance of
AsyncError which contains details of the error and the original state information passed in.
See Also