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

    Parameters

    requestParams
    Информация о веб файле.

    Return Value

    Ответ сервера, содержащий результат запроса.
    Требования

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

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