This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobDefinition Interface > IJobDefinition.GetRESTRequest Method (ArcObjects .NET 10.4 SDK) |
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