|
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.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
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