'Declaration <CategoryAttribute("Performance")> <DescriptionAttribute("The maximum count of threads, which can be used for filling of MPR data.")> Public Property FillDataThreadCount As System.Int32
[Category("Performance")] [Description("The maximum count of threads, which can be used for filling of MPR data.")] public System.Int32 FillDataThreadCount { get; set; }
[Category("Performance")] [Description("The maximum count of threads, which can be used for filling of MPR data.")] public: __property System.Int32 get_FillDataThreadCount(); public: __property void set_FillDataThreadCount(
System.Int32 value
);
[Category("Performance")] [Description("The maximum count of threads, which can be used for filling of MPR data.")] public:
property System.Int32 FillDataThreadCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
1 - это изображение MPR НЕ должно использовать многопоточность для заполнения данных MPR;
N - это изображение MPR должно использовать N потоков для заполнение данных МПР.
N - это изображение MPR должно использовать N потоков для заполнение данных МПР.