FillDataThreadCount Свойство (MprImage)
Возвращает или задает максимальное количество потоков, которые можно использовать для заполнения данных MPR.
[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
);
[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 );
}
'Declaration
<CategoryAttribute("Performance")>
<DescriptionAttribute("The maximum count of threads, which can be used for filling of MPR data.")>
Public Property FillDataThreadCount As System.Int32
Property Value
1 - это изображение MPR НЕ должно использовать многопоточность для заполнения данных MPR;
N - это изображение MPR должно использовать N потоков для заполнение данных МПР.
Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5