Show / Hide Table of Contents

Class GeoprocessingTaskInfo

GeoprocessingTaskInfo contains information on a geoprocessing task.

Inheritance
Object
GeoprocessingTaskInfo
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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

TargetVersions
.NET Standard 2.0100.3 - 200.2
.NET 6.0100.13 - 200.2
.NET 6.0 Windows100.13 - 200.2
.NET 6.0 Android200.0 - 200.2
.NET 6.0 iOS200.0 - 200.2
.NET Framework100.1 - 200.2
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.1 - 100.15
iOS100.1 - 100.15
UWP100.1 - 200.2
In This Article
Back to top Copyright © 2022 Esri.