VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageConverterWebService Class / MaxFinishedProcessCount Property
Syntax Requirements SeeAlso
In This Topic
    MaxFinishedProcessCount Property (VintasoftImageConverterWebService)
    In This Topic
    Gets or sets the maximum number of finished file conversion processes, which are cached by this web service.
    Syntax
    'Declaration
    
    Public Shared Property MaxFinishedProcessCount As Integer
    
    
    public static int MaxFinishedProcessCount { get; set; }
    
    
    public: __property static int get_MaxFinishedProcessCount();
    public: __property static void set_MaxFinishedProcessCount(
    int value
    );
    public:
    static property int MaxFinishedProcessCount { int get(); void set(int value); }
    Requirements

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

    See Also