ArcGIS API for Windows Phone - Library Reference
SubmitJobAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class : SubmitJobAsync Method

parameters
The parameters to use to submit a job to the task.
Submits a job request to the server to execute an asynchronous geoprocessing task. Raises the E:JobComplete event on success, or the E:Fault event on failure.

Syntax

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

Parameters

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

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.