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


IJobDefinition.GetRESTRequest Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobDefinition Interface > IJobDefinition.GetRESTRequest Method
ArcGIS Developer Help

IJobDefinition.GetRESTRequest Method

Request message in REST format.

[Visual Basic .NET]
Public Sub GetRESTRequest ( _
    ByRef pResourceName As String, _
    ByRef pRperationName As String, _
    ByRef pRperationInput As String, _
    ByRef pOutputFormat As String, _
    ByRef pRequestProperties As String _
)
[C#]
public void GetRESTRequest (
    ref string pResourceName,
    ref string pRperationName,
    ref string pRperationInput,
    ref string pOutputFormat,
    ref string pRequestProperties
);
[C++]
HRESULT GetRESTRequest(
  System.String* pResourceName,
  System.String* pRperationName,
  System.String* pRperationInput,
  System.String* pOutputFormat,
  System.String* pRequestProperties
);
[C++]
Parameters
pResourceName [out]

pResourceName is a parameter of type BSTR* pRperationName [out]
pRperationName is a parameter of type BSTR* pRperationInput [out]
pRperationInput is a parameter of type BSTR* pOutputFormat [out]
pOutputFormat is a parameter of type BSTR* pRequestProperties [out]
pRequestProperties is a parameter of type BSTR*

Product Availability

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

See Also

IJobDefinition Interface