|
FileProcessorEnumerationThreads Property
|
Gets the number of enumeration threads currently running.
Namespace:
GSF.IO
Assembly:
GSF.Core (in GSF.Core.dll) Version: 2.2.229-beta
Syntax public int EnumerationThreads { get; }
Public ReadOnly Property EnumerationThreads As Integer
Get
public:
property int EnumerationThreads {
int get ();
}
member EnumerationThreads : int with get
function get_EnumerationThreads();
Request Example
View SourceProperty Value
Type:
Int32See Also