MultiThreadedCalculation.ThreadCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the total count of the process threads that are a part of the specified MultiThreadedCalculation object.
public:
property int ThreadCount { int get(); void set(int value); };
public int ThreadCount { get; set; }
Public Property ThreadCount As Integer
Property Value
Integer