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
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 100.15 |