Method CreateAsync
CreateAsync(Uri)
Creates a geodatabase sync task from an online URI.
Declaration
public static async Task<GeodatabaseSyncTask> CreateAsync(Uri serviceUri)
Parameters
Type | Name | Description |
---|---|---|
Uri | serviceUri | A URI to the online feature service info with sync capabilities. |
Returns
Type | Description |
---|---|
Task<Geodatabase |
The task object representing the asynchronous create operation. The value of the task result is a Geodatabase |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
CreateAsync(Uri, Credential)
Creates a geodatabase sync task from an online URI.
Declaration
public static async Task<GeodatabaseSyncTask> CreateAsync(Uri serviceUri, Credential credential)
Parameters
Type | Name | Description |
---|---|---|
Uri | serviceUri | A URI to the online feature service info with sync capabilities. |
Credential | credential | The security credential for the online feature service. |
Returns
Type | Description |
---|---|
Task<Geodatabase |
The task object representing the asynchronous create operation. The value of the task result is a Geodatabase |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |
CreateAsync(Uri, String)
Creates a geodatabase sync task from an online URI.
Declaration
public static async Task<GeodatabaseSyncTask> CreateAsync(Uri serviceUri, string apiKey)
Parameters
Type | Name | Description |
---|---|---|
Uri | serviceUri | A URI to the online feature service info with sync capabilities. |
String | apiKey | The unique key generated from ArcGIS Developers website. |
Returns
Type | Description |
---|---|
Task<Geodatabase |
The task object representing the asynchronous create operation. The value of the task result is a Geodatabase |
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |