Show / Hide Table of Contents

Constructor GeoprocessingParameters

GeoprocessingParameters(GeoprocessingExecutionType)

Initializes a new instance of the GeoprocessingParameters class with the given execution type.

Declaration
public GeoprocessingParameters(GeoprocessingExecutionType type)
Parameters
Type Name Description
GeoprocessingExecutionType type

A GeoprocessingExecutionType indicating the tasks execution type.

Remarks

Note that the execution type needs to match the expected execution type of the geoprocessing task being run as indicated by the service's metadata.

When GeoprocessingParameters are created GeoprocessingExecutionType is used to define how the targeted geoprocessing task is being run on the service. If the geoprocessing service is set to use synchronous Execute endpoint then SynchronousExecute needs to be used. If the geoprocessing service is set use asynchronous Submit endpoint then AsynchronousSubmit needs to be used. The execution type defines how the geoprocessing task is run on the service and in both cases ArcGIS Runtime uses asynchronous model to communicate with the service.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
Relevant samples
Analyze hotspots: Use a geoprocessing service and a set of features to identify statistically significant hot spots and cold spots.
In This Article
Back to top Copyright © 2022 Esri.