ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetTasks Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeoprocessingFunctionality Class : GetTasks Method




Retrieves a set of objects with information about geoprocessing tasks.

Syntax

Visual Basic (Declaration) 
Public Function GetTasks() As ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo()
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
Dim value() As ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo
 
value = instance.GetTasks()
C# 
public ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo[] GetTasks()

Return Value

An array of GPToolInfo objects with geoprocessing task information.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.