|
FileProcessorActivelyEnumeratedPaths Property
|
Gets the list of paths that are being actively enumerated.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic IList<string> ActivelyEnumeratedPaths { get; }
Public ReadOnly Property ActivelyEnumeratedPaths As IList(Of String)
Get
public:
property IList<String^>^ ActivelyEnumeratedPaths {
IList<String^>^ get ();
}
member ActivelyEnumeratedPaths : IList<string> with get
function get_ActivelyEnumeratedPaths();
View SourceProperty Value
IListString
See Also