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

parameters
The parameters to use to execute the task.
Executes the task.

Syntax

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

Parameters

parameters
The parameters to use to execute the task.

Return Value

Returns a GPExecuteResults object which contains information returned from the service url.

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.