In This Topic
Controls how many threads may be used by DicomObjects when rendering etc.
Syntax
'Declaration
Public Shared Property ThreadCount As System.Integer
'Usage
Dim value As System.Integer
DicomGlobal.ThreadCount = value
value = DicomGlobal.ThreadCount
public static System.int ThreadCount {get; set;}
public read-write property ThreadCount: System.Integer; static;
public static function get,set ThreadCount : System.int
public: __property static System.int get_ThreadCount();
public: __property static void set_ThreadCount(
System.int value
);
public:
static property System.int ThreadCount {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also