|
FileProcessorMaxThreadCount Property
|
Gets or sets the maximum number of threads
used for file processing and enumeration.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+cb466f216da12fb731bf5493e0294c87f9de1794
Syntaxpublic int MaxThreadCount { get; set; }Public Property MaxThreadCount As Integer
Get
Set
public:
property int MaxThreadCount {
int get ();
void set (int value);
}member MaxThreadCount : int with get, set
function get_MaxThreadCount();
function set_MaxThreadCount(value);
View SourceProperty Value
Int32
See Also