VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebServicesGlobalSettings Class / DefaultCacheLifeTime Property
Syntax Requirements SeeAlso
In This Topic
    DefaultCacheLifeTime Property (WebServicesGlobalSettings)
    In This Topic
    Gets or sets the default cache life time for VintaSoft Imaging web services.
    Syntax
    'Declaration
    
    Public Shared Property DefaultCacheLifeTime As Integer
    
    
    public static int DefaultCacheLifeTime { get; set; }
    
    
    public: __property static int get_DefaultCacheLifeTime();
    public: __property static void set_DefaultCacheLifeTime(
    int value
    );
    public:
    static property int DefaultCacheLifeTime { int get(); void set(int value); }

    Property Value

    0 - the cache life time will be determined by VintaSoft web service;
    N - the cache life time for VintaSoft web service.
    Default value is 0.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also