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


IGPServer.GetResultWorkspace Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServer Interface > IGPServer.GetResultWorkspace Method
ArcGIS Developer Help

IGPServer.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
);
[C++]
Parameters
JobID [in]

JobID is a parameter of type BSTR TransportType [in]
TransportType is a parameter of type esriGDSTransportType

Product Availability

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

See Also

IGPServer Interface