<?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: Query task result failed to update after features created or delete in Silverligh in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709384#M18217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you set 'DisableClientcaching' to true?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 13:42:51 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2011-02-24T13:42:51Z</dc:date>
    <item>
      <title>Query task result failed to update after features created or delete in Silverlight Ap</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709383#M18216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have silverlight application which can create new or delete feature using ArcGIS API 2. after a feature created or deleted, I do query by WCR_NUM (see below, a WCR_NUM contain one more features), the result of the featureSet still includes the deleted feature or not includes new created feature, which means the query result is not updated. Please help! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QueryTask queryTask; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI.ArcGIS.Client.Tasks.Query query;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; queryTask = new QueryTask("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://mapserver2.pwe.pserv.coh.gov/ArcGIS/rest/services/WCRPolygon/MapServer/0" rel="nofollow" target="_blank"&gt;http://mapserver2.pwe.pserv.coh.gov/ArcGIS/rest/services/WCRPolygon/MapServer/0&lt;/A&gt;&lt;SPAN&gt;"); queryTask.ExecuteCompleted += QueryTask_ExecuteCompleted;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; queryTask.Failed += QueryTask_Failed;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; query = new ESRI.ArcGIS.Client.Tasks.Query(); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;query.OutFields.Add("*");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; query.Where = "WCR_NUM='" + WCRNUM + "' and STATUS='Active'"; query.ReturnGeometry = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; queryTask.ExecuteAsync(query);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 13:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709383#M18216</guid>
      <dc:creator>XiujuZhou</dc:creator>
      <dc:date>2011-02-24T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Query task result failed to update after features created or delete in Silverligh</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709384#M18217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you set 'DisableClientcaching' to true?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 13:42:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709384#M18217</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-02-24T13:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Query task result failed to update after features created or delete in Silverligh</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709385#M18218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you set 'DisableClientcaching' to true?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where to set it up? I don't know where it is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 16:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709385#M18218</guid>
      <dc:creator>XiujuZhou</dc:creator>
      <dc:date>2011-02-24T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Query task result failed to update after features created or delete in Silverligh</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709386#M18219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The QueryTask class has a property 'DisableClientCaching' that can be set to true to prevent the request from being looded from the browser's cache.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 16:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709386#M18219</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-02-24T16:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Query task result failed to update after features created or delete in Silverligh</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709387#M18220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The QueryTask class has a property 'DisableClientCaching' that can be set to true to prevent the request from being looded from the browser's cache.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you dbroux. great idea. I got it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 19:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-task-result-failed-to-update-after-features/m-p/709387#M18220</guid>
      <dc:creator>XiujuZhou</dc:creator>
      <dc:date>2011-02-24T19:14:05Z</dc:date>
    </item>
  </channel>
</rss>

