Show / Hide Table of Contents

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.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Extension Methods
Back to top Generated by DocFX