Geoprocessing Service GetResultWorkspace method

Return the location of results generated by a geoprocessing job.

 

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 results may be embedded in the result or available via a public url.

 

 

Return Value

 

A string.

 

Remarks

 

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

 

Examples

C#

VB.NET

Java