|
FileBlockReaderClearProcessedFileList Method
|
Empties the processed file list.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.258-beta
Syntax[AdapterCommandAttribute("Empties the processed file list so that newly dropped files with the same name as old processed files will not be deleted.",
new string[] { ... })]
public void ClearProcessedFileList()<AdapterCommandAttribute("Empties the processed file list so that newly dropped files with the same name as old processed files will not be deleted.",
New String() { ... })>
Public Sub ClearProcessedFileListpublic:
[AdapterCommandAttribute(L"Empties the processed file list so that newly dropped files with the same name as old processed files will not be deleted.",
__gc new array<String^>^ { ... })]
void ClearProcessedFileList()[<AdapterCommandAttribute("Empties the processed file list so that newly dropped files with the same name as old processed files will not be deleted.",
new string[] { ... })>]
member ClearProcessedFileList : unit -> unit function ClearProcessedFileList();
View Source
See Also