Class SyncGeodatabaseJob
The Sync
Inheritance
System.Object
SyncGeodatabaseJob
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SyncGeodatabaseJob : Job<IReadOnlyList<SyncLayerResult>>
Remarks
To make a Sync
-
Construct and load the Geodatabase
Sync with theTask . -
Obtain the default Sync
Geodatabase for the geodatabase by calling CreateParameters Default .Sync Geodatabase Parameters Async(Geodatabase) -
Modify the Sync
Geodatabase as required. For example, specify the synchronization direction.Parameters -
Use the Sync
Geodatabase to create a SyncParameters Geodatabase by calling SyncJob Geodatabase(Sync ).Geodatabase Parameters, Geodatabase)
Start the Sync
Properties
Name | Description |
---|---|
Geodatabase |
Gets an object containing information on geodatabase upload and download delta files. |
Methods
Name | Description |
---|---|
From |
Creates a job from JSON. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
Relevant samples
Edit and sync features: Synchronize offline edits with a feature service.
Geodatabase transactions: Use transactions to manage how changes are committed to a geodatabase.