Geoprocessing Service GetTaskInfos method

Gets information about tasks (or tools) in a geoprocessing service which uses the data types supported by the desktop application ArcGIS Explorer.

 

GetTaskInfos()

 

Return Value

 

An array of GPToolInfo objects (GPToolInfo[]).

 

Remarks

 

This method is used to return all the tasks (tools) published within an geoprocessing service which uses the data types supported by the desktop application ArcGIS Explorer. For all other clients, use the GetToolInfos method.

 

Examples

C#