<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Canceling queryTask in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665618#M3414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would anyone know, is the querytask used only for http URLs or can I use it with a https URL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 19:55:13 GMT</pubDate>
    <dc:creator>michaelcasallo</dc:creator>
    <dc:date>2015-01-16T19:55:13Z</dc:date>
    <item>
      <title>Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665609#M3405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a document on how to cancel an excuting QueryTask properly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that there is method CancelAsync(), but I want to know more if additional steps need to be done to have this done properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 12:22:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665609#M3405</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-07-27T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665610#M3406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;Is there a document on how to cancel an excuting QueryTask properly?&lt;BR /&gt;I know that there is method CancelAsync(), but I want to know more if additional steps need to be done to have this done properly.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the following post which is what I'm looking for.&amp;nbsp; However, does that mean that the query is still running on the back end?&amp;nbsp; It is not really stopped?&amp;nbsp; Is there a way to really stop it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/20473-cancel-query-task-in-flex"&gt;http://forums.arcgis.com/threads/20473-cancel-query-task-in-flex&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a hanging problem when the query is still running.&amp;nbsp; Our application allows users to add more than 1 map.&amp;nbsp; In one test case, our map query result is supposed to be big, and it takes long long time.&amp;nbsp; After I try to cancel by just unregistering the events as suggested in the post, then add another map, the application just hangs.&amp;nbsp; So, I think that the running queryTask causes this problem and looks like we cannot stop it??&amp;nbsp; Please help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 16:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665610#M3406</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-07-27T16:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665611#M3407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can call the following method: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.TaskBase~CancelAsync.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.TaskBase~CancelAsync.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 if (queryTask.IsBusy)
&amp;nbsp; queryTask.CancelAsync();
 queryTask.ExecuteAsync(query);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:07:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665611#M3407</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T04:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665612#M3408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can call the following method: &lt;A href="http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.TaskBase~CancelAsync.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.TaskBase~CancelAsync.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 if (queryTask.IsBusy)
&amp;nbsp; queryTask.CancelAsync();
 queryTask.ExecuteAsync(query);
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I tried that first but it didn't help :(. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that, while the QueryTask is still running, and I try to add another map, my code has the following code to get map json result.&amp;nbsp; This execution takes longer until it is timed out.&amp;nbsp; While it is being processed, my application hangs until it is timed out and done.&amp;nbsp; I don't know why the QueryTask causes the line not be able to executed.&amp;nbsp; If QueryTask is not running, it only takes few seconds. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var client = new System.Net.WebClient();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;StreamReader reader = new StreamReader(clien.openRead(&amp;lt;my map URL here&amp;gt;));&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665612#M3408</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2021-12-12T04:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665613#M3409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Thao, thanks for the post... did you ever get this resolved?&amp;nbsp; I seem to be having the same issue.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have WPF maps embedded in another application and multiple maps can be opened.&amp;nbsp; Most the time everything is fine, but once in awhile the application will just hang for one to two minutes.&amp;nbsp; It seems that it is hanging at a simple QueryTask (which is called on each map load) which usually returns in a split second.&amp;nbsp; It is hard to reproduce, so haven�??t pinpointed it exactly, but it seems to always be when a second map has been up or loading.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both maps are calling a static method which creates a new QueryTask and then executes it inline (because I need the method to return results).&amp;nbsp; I don't see any errors in the AGS logs either.&amp;nbsp; I haven�??t noticed this error until recently upgrading from the 2.2 API to the 2.4, but I have changed other code that might just be exposing this error more now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any info!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 21:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665613#M3409</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2012-02-13T21:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665614#M3410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setup a little test, and I would expect this code to work, but the second QueryTask times out just about all the time:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Query query = new Query();
//Setup query here...

QueryTask queryTask = new QueryTask(Url);
queryTask.ExecuteAsync(query);

QueryTask queryTask2 = new QueryTask(Url);
queryTask2.Execute(query);&amp;nbsp; //This one always times out after a minute or so
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since it is a new QueryTask object, I would expect the second task to execute fine.&amp;nbsp; If I comment out the first, then it works... I tried setting DisableClientCaching both true and false for both, that doesn't seem to help. Running AGS 10.0 SP2, think 10.1 might resolve this in anyway, or is it purely a client issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for any ideas!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:07:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665614#M3410</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2021-12-12T04:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665615#M3411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I could not reproduce with the following code. Does query need to be complicated? Do both QueryTask point to the same service URL? This prints to OutputWindow that both QueryTask executes fine. Have you tried sampleserver or is it service-specific perhaps? Please tweak the following code, I would like to reproduce and see if we can fix the bug. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var query = new Query() { Where = "1=1", ReturnGeometry = true };
&amp;nbsp;&amp;nbsp; query.OutFields.Add("*");
&amp;nbsp;&amp;nbsp; var firstQT = new QueryTask("http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/EarthquakesFromLastSevenDays/MapServer/0");
&amp;nbsp;&amp;nbsp; firstQT.Failed += (s, e) =&amp;gt;
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Diagnostics.Debug.WriteLine("firstQT.Failed");
&amp;nbsp;&amp;nbsp; };
&amp;nbsp;&amp;nbsp; firstQT.ExecuteCompleted += (s, e) =&amp;gt;
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Diagnostics.Debug.WriteLine("firstQT.ExecuteCompleted");
&amp;nbsp;&amp;nbsp; };
&amp;nbsp;&amp;nbsp; var secondQT = new QueryTask("http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/EarthquakesFromLastSevenDays/MapServer/0");
&amp;nbsp;&amp;nbsp; secondQT.Failed += (s, e) =&amp;gt;
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Diagnostics.Debug.WriteLine("secondQT.Failed");
&amp;nbsp;&amp;nbsp; };
&amp;nbsp;&amp;nbsp; secondQT.ExecuteCompleted += (s, e) =&amp;gt;
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Diagnostics.Debug.WriteLine("secondQT.ExecuteCompleted");
&amp;nbsp;&amp;nbsp; };
&amp;nbsp;&amp;nbsp; firstQT.ExecuteAsync(query);
&amp;nbsp;&amp;nbsp; secondQT.ExecuteAsync(query);
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665615#M3411</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T04:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665616#M3412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for looking into this Jennifer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does query need to be complicated?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Query I am using is not really complex, "1=1 ORDER BY " + dateField + " DESC".&amp;nbsp; Maybe the order by is a problem? I tried adding this same thing on the datetime field from the sampleserver and it throws "Unable to complete&amp;nbsp; operation".&amp;nbsp; I don't get that with mine though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do both QueryTask point to the same service URL?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, both point the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried sampleserver or is it service-specific perhaps?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried the sampleserver like you had setup, does not seem to have the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I cannot reproduce this issue with our server either though... not sure why.&amp;nbsp; It was happening 90% of the time before.&amp;nbsp; Maybe it depends on the server load?&amp;nbsp; We allow up to 4 instances for this service. I had restructured our code to work only with an async call, so if this does happen it doesn't lock up the app, but tried switching back to the non-async call and it is working fine too.&amp;nbsp; Hope that helps a little bit, but now that I can't reproduce it, I'm not sure... hate those temperamental issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 14:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665616#M3412</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2012-02-28T14:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665617#M3413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problem. Thanks for the follow-up. If the issue persists again, maybe you can submit to support and/or post also on server forum, or share the service so we can try here too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 16:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665617#M3413</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-03-02T16:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665618#M3414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would anyone know, is the querytask used only for http URLs or can I use it with a https URL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 19:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665618#M3414</guid>
      <dc:creator>michaelcasallo</dc:creator>
      <dc:date>2015-01-16T19:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665619#M3415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use https, is this for token-secured service? QueryTask, like the other tasks have a Token property if you want to set this explicitly. Or you can also enable IdentityManager with SignInDialog or your own control that lets you set username/password for the secured service. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To use IdentityManager and SignInDialog, you can refer to the Security samples here: &lt;A href="https://developers.arcgis.com/silverlight/sample-code/start.htm#IdentityManagerServices" title="https://developers.arcgis.com/silverlight/sample-code/start.htm#IdentityManagerServices"&gt;ArcGIS API for Silverlight - Interactive Samples | ArcGIS for Developers&lt;/A&gt; (should be similar to WPF).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you have a token string, set QueryTask.Token property. If you have to go through a proxy, there's also ProxyUrl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doc might help : &lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#//01700000007t000000" title="http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#//01700000007t000000"&gt;ArcGIS Runtime SDK for WPF&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 20:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665619#M3415</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2015-01-16T20:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Canceling queryTask</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665620#M3416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the speey reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the odd thing is that a URL (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgis.com/pmcEyn9tLWCoX7Dm/ArcGIS/rest/services/TimeZoneFeatures/FeatureServer/0" rel="nofollow" target="_blank"&gt;http://services.arcgis.com/pmcEyn9tLWCoX7Dm/ArcGIS/rest/services/TimeZoneFeatures/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;) has either been changed or the security protocol has changed so I need to update the http with https yet when I change the URL in code and step through the code the URL does not reflect the new https but retains the http....frustrating.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 21:01:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/canceling-querytask/m-p/665620#M3416</guid>
      <dc:creator>michaelcasallo</dc:creator>
      <dc:date>2015-01-16T21:01:25Z</dc:date>
    </item>
  </channel>
</rss>

