CakeLicenseHeaderUpdaterSettings.

Threads Property

Summary

The number of threads to spawn to process files. If this is set to 0 or less, then the number of threads will be equal to System.Environment.ProcessorCount. Defaulted to 1.

Syntax

public int Threads { get; set; }

Value

Type Description
int