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


IGPServer.GetJobResult 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.GetJobResult Method
ArcGIS Developer Help

IGPServer.GetJobResult Method

Returns the results of the specified job.

[Visual Basic .NET]
Public Function GetJobResult ( _
    ByVal JobID As String, _
    ByVal ParameterNames As IStringArray, _
    ByVal pOptions As IGPResultOptions _
) As IGPResult
[C#]
public IGPResult GetJobResult (
    string JobID,
    IStringArray ParameterNames,
    IGPResultOptions pOptions
);
[C++]
HRESULT GetJobResult(
  BSTR JobID,
  IStringArray* ParameterNames,
  IGPResultOptions* pOptions
);
[C++]
Parameters
JobID [in]

JobID is a parameter of type BSTR ParameterNames [in]
ParameterNames is a parameter of type IStringArray* pOptions [in]
pOptions is a parameter of type IGPResultOptions*

Product Availability

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

See Also

IGPServer Interface