This document is archived and information here might be outdated. Recommended version. |
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*