This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobDefinition Interface > IJobDefinition.SetRESTRequest Method (ArcObjects .NET 10.5 SDK) |
Request message in REST format.
[Visual Basic .NET] Public Sub SetRESTRequest ( _ ByVal resourceName As String, _ ByVal operationName As String, _ ByVal operationInput As String, _ ByVal outputFormat As String, _ ByVal requestProperties As String _ )
[C#] public void SetRESTRequest ( string resourceName, string operationName, string operationInput, string outputFormat, string requestProperties );
[C++]
HRESULT SetRESTRequest(
BSTR resourceName,
BSTR operationName,
BSTR operationInput,
BSTR outputFormat,
BSTR requestProperties
);
[C++]
Parameters resourceName [in] resourceName is a parameter of type BSTR operationName [in] operationName is a parameter of type BSTR operationInput [in] operationInput is a parameter of type BSTR outputFormat [in] outputFormat is a parameter of type BSTR requestProperties [in] requestProperties is a parameter of type BSTR