Method ImportGeodatabaseDeltaAsync
ImportGeodatabaseDeltaAsync(Geodatabase, String)
Imports a geodatabase delta and applies it to the given geodatabase.
Declaration
public Task<IReadOnlyList<SyncLayerResult>> ImportGeodatabaseDeltaAsync(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. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.13 |
| .NET Framework | 100.0 - 100.8 |
| .NET 5 | 100.11 |
| .NET Core 3.1 | 100.7 - 100.8 |
| Xamarin.Android | 100.0 - 100.13 |
| Xamarin.iOS | 100.0 - 100.8 |
| UWP | 100.0 - 100.15 |
ImportGeodatabaseDeltaAsync(String, String)
Imports a geodatabase delta and applies it to the geodatabase in given geodatabase filename.
Declaration
public static Task<IReadOnlyList<SyncLayerResult>> ImportGeodatabaseDeltaAsync(string geodatabaseFileName, string deltaGeodatabaseFileName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | geodatabaseFileName | The path and filename of geodatabase where delta is applied to. |
| String | deltaGeodatabaseFileName | The path and filename of geodatabase where 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 TResult parameter is a collection of SyncLayerResult |
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.13 |
| .NET Framework | 100.1 - 100.8 |
| .NET 5 | 100.11 |
| .NET Core 3.1 | 100.7 - 100.8 |
| Xamarin.Android | 100.1 - 100.13 |
| Xamarin.iOS | 100.1 - 100.8 |
| UWP | 100.1 - 100.15 |