Class OfflineMapSyncJob
A Job to synchronize an offline map's geodatabases with their originating services.
Implements
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OfflineMapSyncJob : Job<OfflineMapSyncResult>, IJob
Remarks
Note that if this job is to be serialized to JSON, its map needs to be loaded first. An attempt to serialize with a not loaded map will throw an exception.
Properties
| Name | Description |
|---|---|
| GeodatabaseDeltaInfos | Gets information on upload and download delta geodatabases generated during the sync process. |
| Parameters | Gets the OfflineMapSyncParameters used by this job. |
Methods
| Name | Description |
|---|---|
| FromJson(string) | Creates a job from JSON. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.1 - 200.8 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 200.8 |