Class GeoprocessingTaskInfo
GeoprocessingTaskInfo contains information on a geoprocessing task.
Namespace: Esri.ArcGISRuntime.Tasks.Geoprocessing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeoprocessingTaskInfo
Remarks
GeoprocessingTaskInfo is retrieved from a loaded GeoprocessingTask instance by calling GeoprocessingTaskInfo. GeoprocessingTaskInfo contains the name and description of the geoprocessing task along with execution type and descriptions of all the task's parameters.
Properties
Name | Description |
---|---|
Category | Gets the geoprocessing task's category. |
Description | Gets the geoprocessing task's description. |
DisplayName | Gets the geoprocessing task's display name. |
ExecutionType | Gets the geoprocessing task's execution type. |
HelpUri | Gets the geoprocessing task's help URL. |
Name | Gets the geoprocessing task's name. |
ParameterInfos | Gets the list of geoprocessing task parameters information instances. |
Uri | Gets the URL that points to a task within an ARCGIS REST geoprocessing service which owns this metadata. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.2 |
.NET 6.0 | 100.13 - 200.2 |
.NET 6.0 Windows | 100.13 - 200.2 |
.NET 6.0 Android | 200.0 - 200.2 |
.NET 6.0 iOS | 200.0 - 200.2 |
.NET Framework | 100.1 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Android | 100.1 - 100.15 |
iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.2 |