Method ApplyDeltaAsync
ApplyDeltaAsync(Geodatabase, String)
Imports a geodatabase delta and applies it to the given geodatabase.
Declaration
public static Task<IReadOnlyList<SyncLayerResult>> ApplyDeltaAsync(Geodatabase geodatabase, string inputPath)
Parameters
Type | Name | Description |
---|---|---|
Geodatabase | geodatabase | The geodatabase to apply a delta to. |
System.String | inputPath | The path and filename to import the delta from. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.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 which will be imported to the local geodatabase.
The task returned by this method returns an array of SyncLayerResult.
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:
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.8 - 200.5 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.5 |