ESRI.ArcGIS.ADF.Web.DataSources
Execute Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeoprocessingFunctionalitySync Interface : Execute Method




taskName
Name of the geoprocessing task.
values
Geoprocessing values to use for the task.
Executes the geoprocessing task.

Syntax

Visual Basic (Declaration) 
Function Execute( _
   ByVal taskName As String, _
   ByVal values() As GPValue _
) As GPResult
Visual Basic (Usage)Copy Code
Dim instance As IGeoprocessingFunctionalitySync
Dim taskName As String
Dim values() As GPValue
Dim value As GPResult
 
value = instance.Execute(taskName, values)
C# 
GPResult Execute( 
   string taskName,
   GPValue[] values
)

Parameters

taskName
Name of the geoprocessing task.
values
Geoprocessing values to use for the task.

Return Value

The geoprocessing result.

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.