VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / ClearSessionCache(String) Method
Syntax Requirements SeeAlso
In This Topic
    ClearSessionCache(String) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Clears the annotation cache for current HTTP session.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function ClearSessionCache( _
    ByVal session
    Identifier of HTTP session.
    As String _
    ) As Vintasoft.Shared.Web.WebResponseParamsBase
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Shared.Web.WebResponseParamsBase ClearSessionCache(
    string session
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Shared.Web.WebResponseParamsBase* ClearSessionCache(
    string* session
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Shared.Web.WebResponseParamsBase^ ClearSessionCache(
    string^ session
    )

    Parameters

    session
    Identifier of HTTP session.

    Return Value

    Clear Annotations cache result.
    Requirements

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

    See Also