Delegate SparqlRemoteEndpoint.AsyncQueryWithResultGraph
Delegate for making a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public delegate IGraph SparqlRemoteEndpoint.AsyncQueryWithResultGraph(string sparqlQuery)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | sparqlQuery | Sparql Query String.  | 
      
Returns
| Type | Description | 
|---|---|
| IGraph | RDF Graph.  | 
      
Remarks
Allows for implementation of asynchronous querying.