Class GeoprocessingTaskInfo
GeoprocessingTaskInfo contains information on a geoprocessing task.
Inheritance
System.Object
GeoprocessingTaskInfo
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.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.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |