Obsolete Members for GeoprocessingTask

  • GeoprocessingTask
  • The following members of class GeoprocessingTask are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (deprecated) Esri::ArcGISRuntime::TaskWatcher createDefaultParameters()

    Signals

    (deprecated) void createDefaultParametersCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::GeoprocessingParameters &parameters)

    Member Function Documentation

    [since Esri::ArcGISRuntime 100.1] Esri::ArcGISRuntime::TaskWatcher GeoprocessingTask::createDefaultParameters()

    This function is deprecated. We strongly advise against using it in new code.

    Creates default geoprocessing parameters from the service.

    The createDefaultParametersCompleted signal will emit once the operation is complete, giving access to the resulting GeoprocessingParameters.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [signal, since Esri::ArcGISRuntime 100.1] void GeoprocessingTask::createDefaultParametersCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::GeoprocessingParameters &parameters)

    This function is deprecated. We strongly advise against using it in new code.

    Signal emitted after the createDefaultParameters asynchronous method completes.

    • taskId - The task ID of the asynchronous task.
    • parameters - The generated default parameters for the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.