'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Function DocumentEditorProcessRequest( _
ByVal requestParamsЗапрос к серверу, содержащий данные запроса.As Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams _
) As Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams* DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams* requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams^ DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams^ requestParams
)
Parameters
- requestParams
- Запрос к серверу, содержащий данные запроса.
Return Value
Ответ от сервера, содержащий данные ответа.