VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / MaximumThreadCount Property
Syntax Requirements SeeAlso
In This Topic
    MaximumThreadCount Property (ReaderSettings)
    In This Topic
    Gets or sets the maximum number of threads the barcode reader can create for barcode search.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Maximum number of threads the barcode reader can create for barcode search.")>
    <DefaultValueAttribute(1)>
    Public Property MaximumThreadCount As Integer
    
    
    [Description("Maximum number of threads the barcode reader can create for barcode search.")]
    [DefaultValue(1)]
    public int MaximumThreadCount { get; set; }
    
    
    [Description("Maximum number of threads the barcode reader can create for barcode search.")]
    [DefaultValue(1)]
    public: __property int get_MaximumThreadCount();
    public: __property void set_MaximumThreadCount(
    int value
    );
    [Description("Maximum number of threads the barcode reader can create for barcode search.")]
    [DefaultValue(1)]
    public:
    property int MaximumThreadCount { int get(); void set(int value); }

    Property Value

    Minimum value is 1, maximum value is 128. Default value is a (number of processors)*1.5.
    Requirements

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

    See Also