Show / Hide Table of Contents

Method SyncOfflineMap

SyncOfflineMap(OfflineMapSyncParameters)

Returns an offline map sync job.

Declaration
public OfflineMapSyncJob SyncOfflineMap(OfflineMapSyncParameters parameters)
Parameters
Type Name Description
OfflineMapSyncParameters parameters

Parameters controlling the synchronization.

Returns
Type Description
OfflineMapSyncJob

An offline map sync job.

Remarks

The resulting job will synchronize an offline map's geodatabases with their originating services.

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:

  • ExportDeltaAsync(Geodatabase, String)
  • ApplyDeltaAsync(Geodatabase, String)
  • SyncGeodatabaseJob
  • OfflineMapSyncJob

An exception will be included in Error if there is an active transaction on the geodatabase during sync.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.1 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 100.15
In This Article
Back to top Copyright © 2022 Esri.