Geoprocessing Service GetTaskNames method

Gets a list of task (or tool) names in a geoprocessing service that meets the data requirements to be a task consumed by ArcGIS Explorer.

 

GetTaskNames()

 

Return Value

 

An array of string values (string[]).

 

Remarks

 

This method returns the set of tools in the geoprocessing service that meet the data requirements to be a task consumed by ArcGIS Explorer.  In this context, tasks are tools which only use the data types supported by ArcExplorer. For all other clients, use the GetToolNames method.

 

Examples

C#