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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.14 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |
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.