ArcObjects Library Reference (Server)  

IGPServerHelper.GetRESTJobDefinition Method

Returns the REST job definition for a given job ID.

[Visual Basic .NET]
Public Sub GetRESTJobDefinition ( _
    ByVal jobID As String, _
    ByVal serviceName As String, _
    ByVal serviceType 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,
    string serviceName,
    string serviceType,
    ref string resourceName,
    ref string operationName,
    ref string operationInput,
    ref string outputFormat,
    ref string requestProperties
);
[C++]
HRESULT GetRESTJobDefinition(
  BSTR jobID,
  BSTR serviceName,
  BSTR serviceType,
  BSTR* resourceName,
  BSTR* operationName,
  BSTR* operationInput,
  BSTR* outputFormat,
  BSTR* requestProperties
);
[C++]

Parameters

jobID [in]   jobID is a parameter of type BSTR serviceName [in]   serviceName is a parameter of type BSTR serviceType [in]   serviceType 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

IGPServerHelper Interface