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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.