VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageConverterWebService Class / MaxActiveProcessCount Property
Syntax Requirements SeeAlso
In This Topic
    MaxActiveProcessCount Property (VintasoftImageConverterWebService)
    In This Topic
    Gets or sets the maximum number of allowable simultaneous active file conversion processes.
    Syntax
    'Declaration
    
    Public Shared Property MaxActiveProcessCount As Integer
    
    
    public static int MaxActiveProcessCount { get; set; }
    
    
    public: __property static int get_MaxActiveProcessCount();
    public: __property static void set_MaxActiveProcessCount(
    int value
    );
    public:
    static property int MaxActiveProcessCount { 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