VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageConverterApiController Class / AbortConverting(GetConvertingStatusRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    AbortConverting(GetConvertingStatusRequestParams) Метод (VintasoftImageConverterApiController)
    В этом разделе
    Прерывает указанный процесс преобразования файла изображения.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function AbortConverting( _
    ByVal requestParams
    Информация об идентификаторе процесса.
    As Vintasoft.Imaging.Web.Services.GetConvertingStatusRequestParams _
    ) As Vintasoft.Shared.Web.WebResponseParamsBase
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Shared.Web.WebResponseParamsBase AbortConverting(
    Vintasoft.Imaging.Web.Services.GetConvertingStatusRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Shared.Web.WebResponseParamsBase* AbortConverting(
    Vintasoft.Imaging.Web.Services.GetConvertingStatusRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Shared.Web.WebResponseParamsBase^ AbortConverting(
    Vintasoft.Imaging.Web.Services.GetConvertingStatusRequestParams^ requestParams
    )

    Parameters

    requestParams
    Информация об идентификаторе процесса.

    Return Value

    Ответ сервера, в котором хранится информация о том, был ли прерван процесс преобразования файла.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также