SparqlRemoteEndpointQueryWithResultGraph Method (String, GraphCallback, 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:
Syntax public void QueryWithResultGraph(
string query,
GraphCallback callback,
Object state
)
Public Sub QueryWithResultGraph (
query As String,
callback As GraphCallback,
state As Object
)
Parameters
- query
- Type: SystemString
SPARQL Query String. - callback
- Type: VDS.RDFGraphCallback
Callback to invoke when the query completes. - state
- Type: SystemObject
State to pass to the callback.
See Also