|
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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public 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
Int32See Also