Delegate SparqlResultsCallback
Callback for methods that return a SparqlResultSet asynchronously.
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public delegate void SparqlResultsCallback(SparqlResultSet results, object state);
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | SPARQL Results. |
System.Object | state | State. |
Remarks
In the event of an error you will be passed an instance of AsyncError which will contain the error and the original state information you passed into the method that took this callback.