Show / Hide Table of Contents

Class OfflineMapSyncJob

A Job to synchronize an offline map's geodatabases with their originating services.

Inheritance
Object
Job<OfflineMapSyncResult>
OfflineMapSyncJob
Job<OfflineMapSyncResult>.Messages
Job<OfflineMapSyncResult>.Error
Job<OfflineMapSyncResult>.GetResultAsync()
Job<OfflineMapSyncResult>.ServerJobId
Job<OfflineMapSyncResult>.Status
Job<OfflineMapSyncResult>.Progress
Job<OfflineMapSyncResult>.CancelAsync()
Job<OfflineMapSyncResult>.Pause()
Job<OfflineMapSyncResult>.Start()
Job<OfflineMapSyncResult>.ToJson()
Job<OfflineMapSyncResult>.CheckStatusAsync()
Job<OfflineMapSyncResult>.ProgressChanged
Job<OfflineMapSyncResult>.MessageAdded
Job<OfflineMapSyncResult>.StatusChanged
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OfflineMapSyncJob : Job<OfflineMapSyncResult>
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

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