Geoprocessing Service GetTaskNames method

Return a list of task (or tool) names in a geoprocessing service.

 

GetTaskNames()

 

Return Value

 

A string[].

 

Remarks

 

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 GetToolNames().

 

Examples

C#

VB.NET

Java