ESRI.ArcGIS.ADF.Web.DataSources
SubmitJob Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeoprocessingFunctionalityAsync Interface : SubmitJob Method




taskName
Name of the geoprocessing task to run.
values
Geoprocessing values to use as input to the job.
Submits the geoprocessing job to the server.

Syntax

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

Parameters

taskName
Name of the geoprocessing task to run.
values
Geoprocessing values to use as input to the job.

Return Value

JobID to use for retrieving results from GetJobResult.

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.