SparqlRemoteEndpointQueryWithResultSet 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: 
Syntaxpublic void QueryWithResultSet(
	string query,
	SparqlResultsCallback callback,
	Object state
)
Public Sub QueryWithResultSet ( 
	query As String,
	callback As SparqlResultsCallback,
	state As Object
)
Parameters
- query
 - Type: SystemString
SPARQL Query String. - callback
 - Type: VDS.RDFSparqlResultsCallback
Callback to invoke when the query completes. - state
 - Type: SystemObject
State to pass to the callback. 
See Also