ArcObjects Library Reference (System)  

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(
  BSTR* pResourceName,
  BSTR* pRperationName,
  BSTR* pRperationInput,
  BSTR* pOutputFormat,
  BSTR* 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