| SandcastleHtmlExtractMaxDegreeOfParallelism Property |
This is used to get or set the maximum degree of parallelism used to process the HTML files
Namespace: SandcastleBuilder.HtmlExtractAssembly: SandcastleHtmlExtract (in SandcastleHtmlExtract.exe) Version: 2014.11.22.0
Syntax public int MaxDegreeOfParallelism { get; set; }
Public Property MaxDegreeOfParallelism As Integer
Get
Set
public:
property int MaxDegreeOfParallelism {
int get ();
void set (int value);
}
member MaxDegreeOfParallelism : int with get, set
Property Value
Type:
Int32If not set, it defaults to a maximum of 20 threads per processor. Increase or decrease this
value as needed based on your system. Setting it to a value less than 1 will allow for an unlimited
number of threads. However, this is a largely IO-bound process so allowing an excessive number of
threads may slow overall system performance on very large help files.
See Also