ArcGIS Runtime SDK for WPF - Library Reference
SubmitJob Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class : SubmitJob Method

parameters
The parameters to use to submit a job to the task.
Submits a job request to the server to execute an synchronous geoprocessing task.

Syntax

Visual Basic (Declaration) 
Public Function SubmitJob( _
   ByVal parameters As List(Of GPParameter) _
) As JobInfo
C# 
public JobInfo SubmitJob( 
   List<GPParameter> parameters
)

Parameters

parameters
The parameters to use to submit a job to the task.

Return Value

Returns a JobInfo object that contains information on the jobid that was just created along with the status and any messages returned from the service task.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.