Click or drag to resize

FederatedSparqlRemoteEndpointQueryWithResultSet Method

Overload List
  NameDescription
Public methodQueryWithResultSet(String)
Makes a Query where the expected Result is a SparqlResultSet ie. SELECT and ASK Queries.
(Overrides SparqlRemoteEndpointQueryWithResultSet(String).)
Public methodQueryWithResultSet(ISparqlResultsHandler, String)
Makes a Query where the expected Result is a SparqlResultSet ie. SELECT and ASK Queries.
(Overrides SparqlRemoteEndpointQueryWithResultSet(ISparqlResultsHandler, String).)
Public methodQueryWithResultSet(String, SparqlResultsCallback, Object)
Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
(Inherited from SparqlRemoteEndpoint.)
Public methodQueryWithResultSet(ISparqlResultsHandler, String, QueryCallback, Object)
Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
(Inherited from SparqlRemoteEndpoint.)
Top
See Also