From: Steve S <s....@li...> - 2011-08-15 14:29:34
|
Hello, I am trying to develop a client application for Windows Phone 7 using the dotnetrdf windows phone build which sends a SPARQL query to a remote endpoint via HTTP and retrieves the result . Endpoint.QueryWithResultSet(query, this.ResultsCallback, null); I wanted to know if there is a method in order to get the time taken to execute the query like the "QueryTime" function shown in the tutorial "Querying with SPARQL": http://www.dotnetrdf.org/content.asp?pageID=Querying%20with%20SPARQL Regards, Steve |