|
FileBlockReaderStopWatchDirectoryScan Method
|
Stops the currently active scan.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.296-beta
Syntax[AdapterCommandAttribute("Stops the currently active scan.", new string[] { ... })]
public void StopWatchDirectoryScan()<AdapterCommandAttribute("Stops the currently active scan.", New String() { ... })>
Public Sub StopWatchDirectoryScanpublic:
[AdapterCommandAttribute(L"Stops the currently active scan.", __gc new array<String^>^ { ... })]
void StopWatchDirectoryScan()[<AdapterCommandAttribute("Stops the currently active scan.", new string[] { ... })>]
member StopWatchDirectoryScan : unit -> unit function StopWatchDirectoryScan();
View Source
See Also