'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the command must use multithreading.")> Public Property IsMultithreadingEnabled As Boolean
[DefaultValue(True)] [Description("A value indicating whether the command must use multithreading.")] public bool IsMultithreadingEnabled { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the command must use multithreading.")] public: __property bool get_IsMultithreadingEnabled(); public: __property void set_IsMultithreadingEnabled(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the command must use multithreading.")] public:
property bool IsMultithreadingEnabled { bool get(); void set(bool value); }
Property Value
True, если эта команда обработки должна использовать многопоточность; в противном случае, false. Значение по умолчанию - true.