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




taskName
Name of the task.
Gets an object with information about the geoprocessing tool associated with the task name.

Syntax

Visual Basic (Declaration) 
Public Function GetTask( _
   ByVal taskName As String _
) As ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
Dim taskName As String
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo
 
value = instance.GetTask(taskName)
C# 
public ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo GetTask( 
   string taskName
)

Parameters

taskName
Name of the task.

Return Value

Object with information about the geoprocessing tool.

Remarks

GPToolInfo properties include the parameters for the tool and the envelope of the tool.

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.