<?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: TaskCanceledException on shutdown in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255554#M2995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I have tried the following in the code behind that holds the Esri MapView. I verified that the MapView is getting removed from the visual tree, however, I still get the &lt;STRONG style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;EM style="border: 0px; font-weight: inherit;"&gt;TaskCanceledException&lt;/EM&gt;&lt;/STRONG&gt; on shutdown. Note: there are other places&amp;nbsp;that hold references to the MapView. Any ideas? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Application&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Current&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MainWindow &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; Application&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Current&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MainWindow&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Closing &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sender&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; args&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; MyMapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetVisualParent&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Controls&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Grid&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Children&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Remove&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;MyMapView&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 12:37:02 GMT</pubDate>
    <dc:creator>ChrisSmith12</dc:creator>
    <dc:date>2021-12-11T12:37:02Z</dc:date>
    <item>
      <title>TaskCanceledException on shutdown</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255551#M2992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting a&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;TaskCanceledException&lt;/EM&gt;&lt;/STRONG&gt; when I shut down my application. Stack trace below. I'm using 100.2.1 on Windows 10 x64. In my current scenario I have one basemap layer (local tpk file) and a few graphics overlays that contain graphics that are being updated at ~1Hz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts on what may be causing this or how to prevent it? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Runtime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CompilerServices&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;TaskAwaiter&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ThrowForNonSuccess&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Task task&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Runtime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CompilerServices&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;TaskAwaiter&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;HandleNonSuccessAndDebuggerNotification&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Task task&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;DispatcherOperation&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Wait&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;TimeSpan timeout&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;InvokeImpl&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;DispatcherOperation operation&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; CancellationToken cancellationToken&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TimeSpan timeout&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Invoke&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Action callback&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; DispatcherPriority priority&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; CancellationToken cancellationToken&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; TimeSpan timeout&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; at System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Threading&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Invoke&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Action callback&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; at Esri&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISRuntime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UI&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Controls&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GeoView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RuntimeCoreNet&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ICoreCallback_GeoView_LockSurface&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;UnlockSurfaceRequested&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Boolean wasResized&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; at RuntimeCoreNet&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CoreDxDevice&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;OnPrivateCoreGeoView_UnlockSurfaceRequested&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Boolean wasResized&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:36:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255551#M2992</guid>
      <dc:creator>ChrisSmith12</dc:creator>
      <dc:date>2021-12-11T12:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: TaskCanceledException on shutdown</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255552#M2993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen an exception like this when the GeoView is shutdown while a draw is still active. This could happen in situations like yours where you need the map to constantly redraw. We're working on some changes to this area of the codebase that should alleviate the problem in the next version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually an exception at close isn't a huge problem because the app is exiting anyway so (depending on your app) the exception can be ignored. But if you want a workaround to get rid of the exception, you'll need to suspend map drawing before your app fully closes. The way to do that is to unload the GeoView (MapView / SceneView) - just take it out of the visual tree in the closing code of your app. This will suspend map rendering and allow the final update to finish instead of throwing the exception.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255552#M2993</guid>
      <dc:creator>GregDeStigter</dc:creator>
      <dc:date>2018-03-01T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: TaskCanceledException on shutdown</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255553#M2994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Greg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 21:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255553#M2994</guid>
      <dc:creator>ChrisSmith12</dc:creator>
      <dc:date>2018-03-05T21:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: TaskCanceledException on shutdown</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255554#M2995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I have tried the following in the code behind that holds the Esri MapView. I verified that the MapView is getting removed from the visual tree, however, I still get the &lt;STRONG style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;EM style="border: 0px; font-weight: inherit;"&gt;TaskCanceledException&lt;/EM&gt;&lt;/STRONG&gt; on shutdown. Note: there are other places&amp;nbsp;that hold references to the MapView. Any ideas? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Application&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Current&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MainWindow &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; Application&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Current&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MainWindow&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Closing &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sender&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; args&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; MyMapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetVisualParent&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Controls&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Grid&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Children&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Remove&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;MyMapView&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255554#M2995</guid>
      <dc:creator>ChrisSmith12</dc:creator>
      <dc:date>2021-12-11T12:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: TaskCanceledException on shutdown</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255555#M2996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks OK Chris.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cancelled tasks are from the &lt;EM&gt;MapView's &lt;/EM&gt;internal draw requests that get dispatched to the primary UI thread. When the app closes and the &lt;EM&gt;Dispatcher&lt;/EM&gt; is shutdown any of these &lt;EM&gt;DispatcherOperations&amp;nbsp;&lt;/EM&gt;still in the queue are aborted and throw the&amp;nbsp;&lt;EM&gt;TaskCanceledException&lt;/EM&gt; that you're seeing. Being &lt;EM&gt;first-chance&lt;/EM&gt; exceptions these don't necessarily signify a bug as they're likely handled later. You can safely allow the debugger to ignore these by turning off these exceptions in Visual Studio's&amp;nbsp;&lt;EM&gt;Exception Settings.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, your work-around should also function. My theory on why it doesn't work is that there's not enough time between removing the&amp;nbsp;&lt;EM&gt;MapView&lt;/EM&gt; and shutting down the&amp;nbsp;&lt;EM&gt;Dispatcher&lt;/EM&gt; for the app to clear the dispatcher queue - so some operations still get aborted / canceled. No guarantees, but you could try adding this code after removing your &lt;EM&gt;MapView &lt;/EM&gt;to give the app a little extra time to flush the queue:&lt;/P&gt;&lt;PRE class="line-numbers language-csharp"&gt;&lt;CODE&gt;Dispatcher&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Invoke&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;DispatcherPriority&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ApplicationIdle&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Action&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 19:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255555#M2996</guid>
      <dc:creator>GregDeStigter</dc:creator>
      <dc:date>2018-03-14T19:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: TaskCanceledException on shutdown</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255556#M2997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick Greg. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 16:27:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/taskcanceledexception-on-shutdown/m-p/255556#M2997</guid>
      <dc:creator>ChrisSmith12</dc:creator>
      <dc:date>2018-03-15T16:27:33Z</dc:date>
    </item>
  </channel>
</rss>

