This document is archived and information here might be outdated.  Recommended version.


IGPServer2.GetResultWorkspace Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPServer2.GetResultWorkspace Method

Returns a zip file of the results workspace.

[Visual Basic .NET]
Public Function GetResultWorkspace ( _
    ByVal JobID As String, _
    ByVal TransportType As esriGDSTransportType _
) As IGDSData
[C#]
public IGDSData GetResultWorkspace (
    string JobID,
    esriGDSTransportType TransportType
);
[C++]
HRESULT GetResultWorkspace(
  BSTR JobID,
  esriGDSTransportType TransportType,
  IGDSData** ppResultWorkspace
);
[C++]

Parameters JobID [in] JobID is a parameter of type BSTR TransportType [in]
TransportType is a parameter of type esriGDSTransportType ppResultWorkspace [out, retval]
ppResultWorkspace is a parameter of type IGDSData

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPServer2 Interface