Click or drag to resize

SparqlRemoteEndpoint.QueryWithResultSet Method (String, SparqlResultsCallback, Object)

Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void QueryWithResultSet(
	string query,
	SparqlResultsCallback callback,
	Object state
)

Parameters

query
Type: System.String
SPARQL Query String.
callback
Type: VDS.RDF.SparqlResultsCallback
Callback to invoke when the query completes.
state
Type: System.Object
State to pass to the callback.
See Also