|
FileBlockReaderScanWatchDirectory Method
|
Scans the watch directory to check for missed files.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.296-beta
Syntax[AdapterCommandAttribute("Scans the watch directory to check for missed files.",
new string[] { ... })]
public void ScanWatchDirectory()<AdapterCommandAttribute("Scans the watch directory to check for missed files.",
New String() { ... })>
Public Sub ScanWatchDirectorypublic:
[AdapterCommandAttribute(L"Scans the watch directory to check for missed files.",
__gc new array<String^>^ { ... })]
void ScanWatchDirectory()[<AdapterCommandAttribute("Scans the watch directory to check for missed files.",
new string[] { ... })>]
member ScanWatchDirectory : unit -> unit function ScanWatchDirectory();
View Source
See Also