ESRI.ArcGIS.ADF.Web.DataSources
Execute Method
See Also 
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.

See Also

© 2010 All Rights Reserved.