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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Analyze hotspots: Use a geoprocessing service and a set of features to identify statistically significant hot spots and cold spots.