VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageConverterApiController Class / AbortConverting(GetConvertingStatusRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    AbortConverting(GetConvertingStatusRequestParams) Method (VintasoftImageConverterApiController)
    In This Topic
    Aborts specified process that converts an image file.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function AbortConverting( _
    ByVal requestParams
    Information about process ID.
    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
    Information about process ID.

    Return Value

    The server response, which stores information whether the file converting process was aborted.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also