Geoprocessing service GetResultWorkspace method

Gets either a zip file of results generated by a geoprocessing job or the URL indicating the location of that file.

GetResultWorkspace(string JobID, esriGDSTransportType TransportType)

Parameter

Description

JobID

The unique id of the geoprocessing job from which to return the workspace location.

TransportType

An enumeration defining how the results are returned to the client. The zip file may be embedded in the result or available via a public URL.

Return Value

A GDSData object

Remarks

In most cases this method returns a URL indicating the location of the results zip file which can be made available for download.

2/28/2020