<?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 How to keep track of multiple QueryTask executes? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-track-of-multiple-querytask-executes/m-p/71689#M6406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With the flex api it was quite easy to keep track of multiple QueryTasks being executed by using AsyncTokens, but I can't find an equivalent in dojo.&amp;nbsp; Any ideas on how to do this?&amp;nbsp; I don't just want to lump requests together into a deferred list, I need to be able to identify each request being sent off somehow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2012 04:29:21 GMT</pubDate>
    <dc:creator>ryanmordoff</dc:creator>
    <dc:date>2012-05-11T04:29:21Z</dc:date>
    <item>
      <title>How to keep track of multiple QueryTask executes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-track-of-multiple-querytask-executes/m-p/71689#M6406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With the flex api it was quite easy to keep track of multiple QueryTasks being executed by using AsyncTokens, but I can't find an equivalent in dojo.&amp;nbsp; Any ideas on how to do this?&amp;nbsp; I don't just want to lump requests together into a deferred list, I need to be able to identify each request being sent off somehow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 04:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-track-of-multiple-querytask-executes/m-p/71689#M6406</guid>
      <dc:creator>ryanmordoff</dc:creator>
      <dc:date>2012-05-11T04:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep track of multiple QueryTask executes?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-track-of-multiple-querytask-executes/m-p/71690#M6407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A dojo.DeferredList is your best option. The deferred list maintains the order of the deferreds so, for instance, the results from the queryTask that is the 2nd array passed to deferredList will be available as the second item in the array passed to the deferred list callback.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 15:09:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-track-of-multiple-querytask-executes/m-p/71690#M6407</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-05-11T15:09:36Z</dc:date>
    </item>
  </channel>
</rss>

