|
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.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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