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


IGPServerHelper2.GetRESTJobDefinition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGPServerHelper2 Interface > IGPServerHelper2.GetRESTJobDefinition Method
ArcGIS Developer Help

IGPServerHelper2.GetRESTJobDefinition Method

Returns the REST job definition for a given job ID.

[Visual Basic .NET]
Public Sub GetRESTJobDefinition ( _
    ByVal jobID As String, _
    ByRef resourceName As String, _
    ByRef operationName As String, _
    ByRef operationInput As String, _
    ByRef outputFormat As String, _
    ByRef requestProperties As String _
)
[C#]
public void GetRESTJobDefinition (
    string jobID,
    ref string resourceName,
    ref string operationName,
    ref string operationInput,
    ref string outputFormat,
    ref string requestProperties
);
[C++]
HRESULT GetRESTJobDefinition(
  BSTR jobID,
  System.String* resourceName,
  System.String* operationName,
  System.String* operationInput,
  System.String* outputFormat,
  System.String* requestProperties
);
[C++]
Parameters
jobID [in]

jobID is a parameter of type BSTR resourceName [out]
resourceName is a parameter of type BSTR* operationName [out]
operationName is a parameter of type BSTR* operationInput [out]
operationInput is a parameter of type BSTR* outputFormat [out]
outputFormat is a parameter of type BSTR* requestProperties [out]
requestProperties is a parameter of type BSTR*

Product Availability

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

See Also

IGPServerHelper2 Interface