SparqlRemoteEndpoint.QueryWithResultGraph Method (IRdfHandler, String, QueryCallback, Object) |
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic void QueryWithResultGraph(
IRdfHandler handler,
string query,
QueryCallback callback,
Object state
)
Public Sub QueryWithResultGraph (
handler As IRdfHandler,
query As String,
callback As QueryCallback,
state As Object
)
Parameters
- handler
- Type: VDS.RDF.IRdfHandler
RDF Handler. - query
- Type: System.String
SPARQL Query String. - callback
- Type: VDS.RDF.QueryCallback
Callback to invoke when the query completes. - state
- Type: System.Object
State to pass to the callback.
See Also