Click or drag to resize

SparqlRemoteEndpointQueryWithResultGraph 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:
Syntax
public void QueryWithResultGraph(
	IRdfHandler handler,
	string query,
	QueryCallback callback,
	Object state
)

Parameters

handler
Type: VDS.RDFIRdfHandler
RDF Handler.
query
Type: SystemString
SPARQL Query String.
callback
Type: VDS.RDFQueryCallback
Callback to invoke when the query completes.
state
Type: SystemObject
State to pass to the callback.
See Also