<?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: Usage of ImportGeodatabaseDeltaAsync in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46167#M525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this will be helpful: &lt;A href="https://community.esri.com/message/703881-where-to-get-a-delta-geodatabase-for-importgeodatabasedeltaasync"&gt;https://community.esri.com/message/703881-where-to-get-a-delta-geodatabase-for-importgeodatabasedeltaasync&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 15:55:22 GMT</pubDate>
    <dc:creator>MaximilianGlas</dc:creator>
    <dc:date>2017-07-27T15:55:22Z</dc:date>
    <item>
      <title>Usage of ImportGeodatabaseDeltaAsync</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46166#M524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone used the &lt;SPAN style="color: #000000;"&gt;ImportGeodatabaseDeltaAsync method on &lt;SPAN style="color: #000000;"&gt;GeodatabaseSyncTask?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I'm trying to&amp;nbsp;find out how to generate a delta database but don't see how to do it anywhere!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;John.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46166#M524</guid>
      <dc:creator>JohnSelkirk</dc:creator>
      <dc:date>2017-04-07T16:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of ImportGeodatabaseDeltaAsync</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46167#M525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this will be helpful: &lt;A href="https://community.esri.com/message/703881-where-to-get-a-delta-geodatabase-for-importgeodatabasedeltaasync"&gt;https://community.esri.com/message/703881-where-to-get-a-delta-geodatabase-for-importgeodatabasedeltaasync&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:55:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46167#M525</guid>
      <dc:creator>MaximilianGlas</dc:creator>
      <dc:date>2017-07-27T15:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of ImportGeodatabaseDeltaAsync</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46168#M526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would use ArcGIS Server's REST interface to do this. It's made for a custom workflow where you have the same offline database on multiple devices, but just want to create a single delta, store it somewhere, and then push it out to all the clients. There are no Runtime APIs to do this, as this is a workflow that is done at the backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally you'll use the standard sync workflow which will do all that work under the covers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 17:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46168#M526</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-07-27T17:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of ImportGeodatabaseDeltaAsync</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46169#M527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exactly this custom workflow is what I need. I think it would be helpful to add a functionality to the SDK to create delta packages or to add any desktop toolbox to do this. We see a pre planned workflow in many of our projects and if this will be one possible solution, it would be good to have this tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you also follow my link above and answer my questions? Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2017 10:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/usage-of-importgeodatabasedeltaasync/m-p/46169#M527</guid>
      <dc:creator>MaximilianGlas</dc:creator>
      <dc:date>2017-07-28T10:42:56Z</dc:date>
    </item>
  </channel>
</rss>

