Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.3 - 100.13
.NET Framework100.0 - 100.8
.NET 5100.11
.NET Core 3.1100.7 - 100.8
Xamarin.Android100.0 - 100.13
Xamarin.iOS100.0 - 100.8
UWP100.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
ApplyDeltaAsync(Geodatabase, String)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.13
.NET Framework100.1 - 100.8
.NET 5100.11
.NET Core 3.1100.7 - 100.8
Xamarin.Android100.1 - 100.13
Xamarin.iOS100.1 - 100.8
UWP100.1 - 100.15
In This Article
Back to top Copyright © 2022 Esri.