SparqlRemoteEndpointQueryWithResultSet Method (ISparqlResultsHandler, String, QueryCallback, 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(
ISparqlResultsHandler handler,
string query,
QueryCallback callback,
Object state
)
Public Sub QueryWithResultSet (
handler As ISparqlResultsHandler,
query As String,
callback As QueryCallback,
state As Object
)
Parameters
- handler
- Type: VDS.RDFISparqlResultsHandler
Results 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