Show / Hide Table of Contents

Method CreateAsync

CreateAsync(Uri)

Initializes a new instance of the GeoprocessingTask class with the given URL that points to a task within an ArcGIS REST geoprocessing service.

Declaration
public static async Task<GeoprocessingTask> CreateAsync(Uri uri)
Parameters
Type Name Description
System.Uri uri

The URL that points to a task within an ARCGIS REST geoprocessing service.

Returns
Type Description
System.Threading.Tasks.Task<GeoprocessingTask>

The task object representing the asynchronous create operation. The value of the task result is a GeoprocessingTask object.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.14
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7
Relevant samples
Analyze hotspots: Use a geoprocessing service and a set of features to identify statistically significant hot spots and cold spots.
List geodatabase versions: Connect to a service and list versions of the geodatabase.
In This Article
Back to top Copyright © 2022 Esri.