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

parameters
The parameters to use to submit a job to the task.
userToken
The user token.
Submits a job request to the server to execute an asynchronous geoprocessing task. Raises the JobCompleted event on success, or the TaskBase.Failed event on failure.

Syntax

Visual Basic (Declaration) 
Public Sub SubmitJobAsync( _
   ByVal parameters As List(Of GPParameter), _
   Optional ByVal userToken As Object _
) 
C# 
public void SubmitJobAsync( 
   List<GPParameter> parameters,
   object userToken
)

Parameters

parameters
The parameters to use to submit a job to the task.
userToken
The user token.

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.