|
FileBlockReaderResendAllFiles Method
|
Rescans the folder and sends all files from scratch.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.296-beta
Syntax[AdapterCommandAttribute("Recans the folder and sends all files from scratch.",
new string[] { ... })]
public void ResendAllFiles()<AdapterCommandAttribute("Recans the folder and sends all files from scratch.",
New String() { ... })>
Public Sub ResendAllFilespublic:
[AdapterCommandAttribute(L"Recans the folder and sends all files from scratch.",
__gc new array<String^>^ { ... })]
void ResendAllFiles()[<AdapterCommandAttribute("Recans the folder and sends all files from scratch.",
new string[] { ... })>]
member ResendAllFiles : unit -> unit function ResendAllFiles();
View Source
See Also