Method ImportDeltaAsync
ImportDeltaAsync(Geodatabase, String)
Imports a geodatabase delta and applies it to the given geodatabase.
Declaration
public Task<IReadOnlyList<SyncLayerResult>> ImportDeltaAsync(Geodatabase geodatabase, string inputPath)
Parameters
| Type | Name | Description |
|---|---|---|
| Geodatabase | geodatabase | The geodatabase to apply a delta to. |
| String | inputPath | The path and filename to import the delta from. |
Returns
| Type | Description |
|---|---|
| Task<IReadOnlyList<SyncLayerResult>> | A task that represents the asynchronous import geodatabase delta operation. The value of the task result is a collection of SyncLayerResult. |
Remarks
A delta geodatabase contains the changes that have occurred since a mobile replica Geodatabase was last synchronized with the feature service. See https://developers.arcgis.com/rest/services-reference/synchronize-replica.htm for an overview of the delta files used in synchronization. A "download" delta geodatabase contains the online edits that will be imported to the local geodatabase.
You should not execute more than one sync on a geodatabase at the same time. This includes any operations that export/import deltas from the local Geodatabase:
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.6 - 100.13 |
| .NET Framework | 100.6 - 100.8 |
| .NET 5 | 100.11 |
| .NET Core 3.1 | 100.7 - 100.8 |
| Xamarin.Android | 100.6 - 100.13 |
| Xamarin.iOS | 100.6 - 100.8 |
| UWP | 100.6 - 100.15 |